reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1265   Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
 1280   bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
 1296   PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE),
 1316     Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);