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

References

lib/Analysis/Loads.cpp
   84     const Value *Base = GEP->getPointerOperand();
   86     APInt Offset(DL.getIndexTypeSizeInBits(GEP->getType()), 0);
   87     if (!GEP->accumulateConstantOffset(DL, Offset) || Offset.isNegative() ||