Home
last modified time | relevance | path

Searched refs:makeExactNoWrapRegion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h181 makeExactNoWrapRegion(Instruction::BinaryOps BinOp, const APInt &Other,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1331 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in getValueFromOverflowCondition()
H A DScalarEvolution.cpp9045 ConstantRange::makeExactNoWrapRegion(WO->getBinaryOp(), *C, in computeExitLimitFromCondImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp399 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4331 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in foldExtractOfOverflowIntrinsic()
H A DInstCombineCompares.cpp4098 ConstantRange C1 = ConstantRange::makeExactNoWrapRegion( in foldICmpUSubSatOrUAddSatWithConstant()