Searched refs:getSDiv (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp72 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One));
76 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
H A DTargetFolder.h75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h856 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false);
908 return getSDiv(C1, C2, true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp2026 Constant *Div = ConstantExpr::getSDiv(CI, Factor);
H A DConstants.cpp1960 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp838 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp808 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) :
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli884 See the method [llvm::ConstantExpr::getSDiv]. *)

Completed in 243 milliseconds