Home
last modified time | relevance | path

Searched refs:createMod (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h464 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCExpr.h509 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1880 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2181 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()