Searched refs:getSRem (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 94 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST() 102 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST() 224 CHECK(ConstantExpr::getSRem(P0, P0), "srem i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
|
D | Constants.h | 933 static Constant *getSRem(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 2190 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
D | Constants.cpp | 2244 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
|
D | Core.cpp | 1115 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1045 See the method [llvm::ConstantExpr::getSRem]. *)
|