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

References

lib/Analysis/ConstantFolding.cpp
  291   if ((GV = dyn_cast<GlobalValue>(C))) {
  292     unsigned BitWidth = DL.getIndexTypeSizeInBits(GV->getType());
  304     return IsConstantOffsetFromGlobal(CE->getOperand(0), GV, Offset, DL);
  315   if (!IsConstantOffsetFromGlobal(CE->getOperand(0), GV, TmpOffset, DL))