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

References

lib/Analysis/BasicAliasAnalysis.cpp
  558         Decomposed.OtherOffset +=
  604         Decomposed.OtherOffset += IndexOffset.sextOrTrunc(MaxPointerSize) * Scale;
  636       Decomposed.OtherOffset =
  637           adjustToPointerSize(Decomposed.OtherOffset, PointerSize);
 1289                            DecompObject.OtherOffset;
 1299   GEPBaseOffset += DecompGEP.OtherOffset;
 1316   DecompGEP1.StructOffset = DecompGEP1.OtherOffset = APInt(MaxPointerSize, 0);
 1317   DecompGEP2.StructOffset = DecompGEP2.OtherOffset = APInt(MaxPointerSize, 0);
 1324   APInt GEP1BaseOffset = DecompGEP1.StructOffset + DecompGEP1.OtherOffset;
 1325   APInt GEP2BaseOffset = DecompGEP2.StructOffset + DecompGEP2.OtherOffset;