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

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1388       DL.isNonIntegralPointerType(STy) ? Normalized->getType() : ExpandTy;
 1423         !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
 1432       Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
 1467     if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) {
 1469         Value *Base = expandCodeFor(PostLoopOffset, ExpandTy);