Home
last modified time | relevance | path

Searched refs:IVRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp738 const ConstantRange IVRange = in isFindIVPattern() local
760 << ", and the range of " << *AR << " is " << IVRange in isFindIVPattern()
765 return ValidRange.contains(IVRange); in isFindIVPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp833 ConstantRange IVRange = SE->getUnsignedRange(SE->getSCEV(IVOperand)); in strengthenRightShift() local
841 if (!Shr->isExact() && IVRange.getUnsignedMin().uge(*C)) { in strengthenRightShift()