Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp198 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
200 if (ExtendAfterOp) { in parseLoopStructure()
205 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
206 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
H A DScalarEvolutionExpander.cpp851 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
853 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
865 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
867 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()