Home
last modified time | relevance | path

Searched refs:getSRem (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantsTest.cpp91 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST()
99 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST()
214 CHECK(ConstantExpr::getSRem(P0, P0), "srem i32 " P0STR ", " P0STR); in TEST()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
H A DConstants.h858 static Constant *getSRem(Constant *C1, Constant *C2);
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2152 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
H A DConstants.cpp2276 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
H A DCore.cpp1099 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1045 See the method [llvm::ConstantExpr::getSRem]. *)