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

References

lib/Analysis/ConstantFolding.cpp
  823   const GEPOperator *InnermostGEP = GEP;
  824   bool InBounds = GEP->isInBounds();
  826   Type *SrcElemTy = GEP->getSourceElementType();
  827   Type *ResElemTy = GEP->getResultElementType();
  828   Type *ResTy = GEP->getType();
  833                                    GEP->getInRangeIndex(), DL, TLI))