Searched refs:getURem (Results 1 – 13 of 13) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 99 EXPECT_EQ(Zero, ConstantExpr::getURem(NegOne, One)); in TEST() 247 CHECK(ConstantExpr::getURem(P0, P0), "urem i32 " P0STR ", " P0STR); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 77 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
|
D | Constants.h | 944 static Constant *getURem(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 67 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
|
D | Constants.h | 890 static Constant *getURem(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 79 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 81 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2179 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
|
D | Core.cpp | 1197 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2365 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
|
D | Core.cpp | 1582 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1070 See the method [llvm::ConstantExpr::getURem]. *)
|