Searched refs:getUDiv (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp80 EXPECT_EQ(One, ConstantExpr::getUDiv(NegOne, One));
84 EXPECT_EQ(One, ConstantExpr::getUDiv(One, NegOne));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h57 return ConstantExpr::getUDiv(LHS, RHS, isExact);
H A DTargetFolder.h72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h855 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
911 return getUDiv(C1, C2, true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp2216 return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV,
5080 return ConstantExpr::getUDiv(LHS, RHS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp809 ConstantExpr::getUDiv(Prod, DivRHS)) != CmpRHS;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp2383 ConstantExpr::getUDiv(
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1955 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp833 return wrap(ConstantExpr::getUDiv(unwrap<Constant>(LHSConstant),
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli879 See the method [llvm::ConstantExpr::getUDiv]. *)

Completed in 189 milliseconds