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

References

include/llvm/Analysis/Utils/Local.h
   30   GEPOperator *GEPOp = cast<GEPOperator>(GEP);
   31   Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
   43   gep_type_iterator GTI = gep_type_begin(GEP);
   44   for (User::op_iterator i = GEP->op_begin() + 1, e = GEP->op_end(); i != e;
   44   for (User::op_iterator i = GEP->op_begin() + 1, e = GEP->op_end(); i != e;
   59                                       GEP->getName()+".offs");
   72       Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
   86                               GEP->getName() + ".idx", false /*NUW*/,
   91     Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs");