Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp828 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
830 if (ExtendAfterOp) { in parseLoopStructure()
835 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
836 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1176 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1178 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1190 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1192 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()