Home
last modified time | relevance | path

Searched refs:CreateMod (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h384 static const MCBinaryExpr *CreateMod(const MCExpr *LHS, const MCExpr *RHS, in CreateMod() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1574 case Instruction::SRem: return MCBinaryExpr::CreateMod(LHS, RHS, Ctx); in LowerConstant()