Home
last modified time | relevance | path

Searched refs:createMod (Results 1 – 6 of 6) 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-10.0/llvm/include/llvm/MC/
DMCExpr.h517 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
/external/llvm-project/llvm/include/llvm/MC/
DMCExpr.h570 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2356 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2494 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()