Home
last modified time | relevance | path

Searched refs:RoundingUDiv (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp294 APIntOps::RoundingUDiv(APInt::getMinValue(BitWidth), V, in makeExactMulNUWRegion()
296 APIntOps::RoundingUDiv(APInt::getMaxValue(BitWidth), V, in makeExactMulNUWRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2348 LLVM_ABI APInt RoundingUDiv(const APInt &A, const APInt &B, APInt::Rounding RM);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2763 APInt llvm::APIntOps::RoundingUDiv(const APInt &A, const APInt &B, in RoundingUDiv() function in llvm::APIntOps
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1356 Align * APIntOps::RoundingUDiv(TC, APInt(TC.getBitWidth(), Align), in optimizeVectorInductionWidthForTCAndVFUF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2262 MulTy, APIntOps::RoundingUDiv(C, *MulC, APInt::Rounding::UP)); in foldICmpMulConstant()
2267 MulTy, APIntOps::RoundingUDiv(C, *MulC, APInt::Rounding::DOWN)); in foldICmpMulConstant()