Home
last modified time | relevance | path

Searched refs:ExtendAfterOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp204 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
206 if (ExtendAfterOp) { in parseLoopStructure()
211 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
212 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
H A DScalarEvolutionExpander.cpp911 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
913 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
925 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
927 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp973 const SCEVAddRecExpr *ExtendAfterOp = parseLoopStructure() local