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

References

lib/Analysis/LoopAccessAnalysis.cpp
 2164                         ? Exp.expandCodeFor(Sc, PtrArithTy, Loc)
 2168     Value *NewPtrPlusOne = Exp.expandCodeFor(ScPlusOne, PtrArithTy, Loc);
 2173     Start = Exp.expandCodeFor(CG->Low, PtrArithTy, Loc);
 2174     End = Exp.expandCodeFor(CG->High, PtrArithTy, Loc);