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

References

lib/Analysis/BasicAliasAnalysis.cpp
  469   unsigned MaxPointerSize = getMaxPointerSize(DL);
  518                 SimplifyInstruction(const_cast<Instruction *>(I), DL)) {
  536     unsigned PointerSize = DL.getPointerSizeInBits(AS);
  550           DL.getStructLayout(STy)->getElementOffset(FieldNo);
  559           (DL.getTypeAllocSize(GTI.getIndexedType()) *
  567       APInt Scale(MaxPointerSize, DL.getTypeAllocSize(GTI.getIndexedType()));
  581                                   SExtBits, DL, 0, AC, DT, NSW, NUW);