/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 72 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One)); in TEST() 76 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 79 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One)); in TEST() 83 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne)); in TEST() 246 CHECK(ConstantExpr::getSDiv(P0, P0), "sdiv i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 79 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One)); in TEST() 83 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne)); in TEST() 245 CHECK(ConstantExpr::getSDiv(P0, P0), "sdiv i32 " P0STR ", " P0STR); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
D | TargetFolder.h | 75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 639 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 691 return getSDiv(C1, C2, true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
D | Constants.h | 938 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 1006 return getSDiv(C1, C2, true);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
D | Constants.h | 888 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 947 return getSDiv(C1, C2, true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1336 Res.push_back(ConstantExpr::getSDiv(C1, C2)); in ConstantFoldBinaryInstruction() 2285 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
D | Constants.cpp | 1818 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
D | Core.cpp | 789 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 2331 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 2224 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
D | Core.cpp | 1378 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 2240 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
D | Constants.cpp | 2170 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
D | Core.cpp | 1181 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 780 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) : in FoldICmpDivCst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1221 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) : in FoldICmpDivCst()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 883 See the method [llvm::ConstantExpr::getSDiv]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1079 See the method [llvm::ConstantExpr::getSDiv]. *)
|