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

References

lib/Analysis/ConstantFolding.cpp
  292     unsigned BitWidth = DL.getIndexTypeSizeInBits(GV->getType());
  304     return IsConstantOffsetFromGlobal(CE->getOperand(0), GV, Offset, DL);
  311   unsigned BitWidth = DL.getIndexTypeSizeInBits(GEP->getType());
  315   if (!IsConstantOffsetFromGlobal(CE->getOperand(0), GV, TmpOffset, DL))
  319   if (!GEP->accumulateConstantOffset(DL, TmpOffset))