Searched refs:getURem (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 67 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
|
D | Constants.h | 932 static Constant *getURem(Constant *C1, Constant *C2);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 98 EXPECT_EQ(Zero, ConstantExpr::getURem(NegOne, One)); in TEST() 223 CHECK(ConstantExpr::getURem(P0, P0), "urem i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 81 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2240 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
|
D | Core.cpp | 1110 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1040 See the method [llvm::ConstantExpr::getURem]. *)
|