Home
last modified time | relevance | path

Searched refs:getUDiv (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantFolder.h57 return ConstantExpr::getUDiv(LHS, RHS, isExact);
HDConstants.h904 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
967 return getUDiv(C1, C2, true);
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetFolder.h72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp1084 return wrap(ConstantExpr::getUDiv(unwrap<Constant>(LHSConstant), in LLVMConstUDiv()
HDConstants.cpp2291 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() function in ConstantExpr
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp2723 return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV, in getUDivExpr()
5749 return ConstantExpr::getUDiv(LHS, RHS); in BuildConstantFromSCEV()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSROA.cpp2802 ConstantExpr::getUDiv( in getIntegerSplat()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp826 ConstantExpr::getUDiv(Prod, DivRHS)) != CmpRHS; in FoldICmpDivCst()