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

References

lib/IR/Value.cpp
  556   assert(BitWidth == DL.getIndexTypeSizeInBits(getType()) &&
  576       APInt GEPOffset(DL.getIndexTypeSizeInBits(V->getType()), 0);
  577       if (!GEP->accumulateConstantOffset(DL, GEPOffset))