/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 88 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST() 96 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 95 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One)); in TEST() 103 EXPECT_EQ(Zero, ConstantExpr::getSRem(One, NegOne)); in TEST() 249 CHECK(ConstantExpr::getSRem(P0, P0), "srem i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 95 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/ |
D | ConstantFolder.h | 70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
|
D | TargetFolder.h | 84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
|
D | Constants.h | 891 static Constant *getSRem(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 82 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
|
D | Constants.h | 941 static Constant *getSRem(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 83 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 642 static Constant *getSRem(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1357 Res.push_back(ConstantExpr::getSRem(C1, C2)); in ConstantFoldBinaryInstruction() 2282 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
D | Constants.cpp | 1831 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
|
D | Core.cpp | 810 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 2329 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 2237 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
|
D | Core.cpp | 1399 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 2237 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
D | Constants.cpp | 2183 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
|
D | Core.cpp | 1202 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 903 See the method [llvm::ConstantExpr::getSRem]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1099 See the method [llvm::ConstantExpr::getSRem]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1075 See the method [llvm::ConstantExpr::getSRem]. *)
|