Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h175 static ConstantRange makeExactNoWrapRegion(Instruction::BinaryOps BinOp,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1154 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in getValueFromOverflowCondition()
H A DScalarEvolution.cpp8744 ConstantRange::makeExactNoWrapRegion(WO->getBinaryOp(), *C, in computeExitLimitFromCondImpl()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp358 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() function in ConstantRange
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3347 ConstantRange::makeExactNoWrapRegion(WO->getBinaryOp(), *C, in visitExtractValueInst()