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.h175 static ConstantRange makeExactNoWrapRegion(Instruction::BinaryOps BinOp,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1258 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in getValueFromOverflowCondition()
H A DScalarEvolution.cpp9009 ConstantRange::makeExactNoWrapRegion(WO->getBinaryOp(), *C, in computeExitLimitFromCondImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp388 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3941 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in foldExtractOfOverflowIntrinsic()
H A DInstCombineCompares.cpp3899 ConstantRange C1 = ConstantRange::makeExactNoWrapRegion( in foldICmpUSubSatOrUAddSatWithConstant()