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

Declarations

include/llvm/Analysis/ScalarEvolutionExpander.h
  351     Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1064     IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN);
 1470         Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base);
 1472         Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result);
 1546         return expandAddToGEP(ExposedRest, PTy, Ty, StartV);
 2298     Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue),
 2301         expandAddToGEP(NegMulS, ARPtrTy, Ty, StartValue), ARPtrTy);