Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp88 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST()
96 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp95 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST()
103 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST()
248 CHECK(ConstantExpr::getSRem(P0, P0), "srem i32 " P0STR ", " P0STR); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
DTargetFolder.h84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/external/llvm/include/llvm/IR/
DConstantFolder.h70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
DConstants.h891 static Constant *getSRem(Constant *C1, Constant *C2);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h642 static Constant *getSRem(Constant *C1, Constant *C2);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1357 Res.push_back(ConstantExpr::getSRem(C1, C2)); in ConstantFoldBinaryInstruction()
2282 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
DConstants.cpp1831 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
DCore.cpp810 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
/external/llvm/lib/IR/
DConstantFold.cpp2237 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
DConstants.cpp2183 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
DCore.cpp1202 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli903 See the method [llvm::ConstantExpr::getSRem]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1075 See the method [llvm::ConstantExpr::getSRem]. *)