Searched refs:createMod (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 464 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 517 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCExpr.h | 570 static const MCBinaryExpr *createMod(const MCExpr *LHS, const MCExpr *RHS, in createMod() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1880 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2356 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2494 case Instruction::SRem: return MCBinaryExpr::createMod(LHS, RHS, Ctx); in lowerConstant()
|