Searched refs:createLo (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h50 static const PPCMCExpr *createLo(const MCExpr *Expr, function in class:llvm::PPCMCExpr
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp140 Expr = PPCMCExpr::createLo(Expr, IsDarwin, Ctx);
H A DPPCAsmPrinter.cpp648 const MCExpr *DeltaLo = PPCMCExpr::createLo(DeltaExpr, false, OutContext);
1531 PPCMCExpr::createLo(TOCDeltaExpr, false, OutContext);

Completed in 120 milliseconds