Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h476 static const MCBinaryExpr *CreateMod(const MCExpr *LHS, const MCExpr *RHS, in CreateMod() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1678 case Instruction::SRem: return MCBinaryExpr::CreateMod(LHS, RHS, Ctx); in lowerConstant()