Searched refs:getUDiv (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ConstantFolder.h | 57 return ConstantExpr::getUDiv(LHS, RHS, isExact);
|
| HD | Constants.h | 904 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false); 967 return getUDiv(C1, C2, true);
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Core.cpp | 1084 return wrap(ConstantExpr::getUDiv(unwrap<Constant>(LHSConstant), in LLVMConstUDiv()
|
| HD | Constants.cpp | 2291 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() function in ConstantExpr
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 2723 return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV, in getUDivExpr() 5749 return ConstantExpr::getUDiv(LHS, RHS); in BuildConstantFromSCEV()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SROA.cpp | 2802 ConstantExpr::getUDiv( in getIntegerSplat()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCompares.cpp | 826 ConstantExpr::getUDiv(Prod, DivRHS)) != CmpRHS; in FoldICmpDivCst()
|