Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp283 APIntOps::RoundingUDiv(APInt::getMinValue(BitWidth), V, in makeExactMulNUWRegion()
285 APIntOps::RoundingUDiv(APInt::getMaxValue(BitWidth), V, in makeExactMulNUWRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2293 APInt RoundingUDiv(const APInt &A, const APInt &B, APInt::Rounding RM);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2732 APInt llvm::APIntOps::RoundingUDiv(const APInt &A, const APInt &B, in RoundingUDiv() function in llvm::APIntOps
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2217 MulTy, APIntOps::RoundingUDiv(C, *MulC, APInt::Rounding::UP)); in foldICmpMulConstant()
2222 MulTy, APIntOps::RoundingUDiv(C, *MulC, APInt::Rounding::DOWN)); in foldICmpMulConstant()