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

References

lib/Analysis/Lint.cpp
  204   DL = &F.getParent()->getDataLayout();
  291           visitMemoryReference(I, Actual, DL->getTypeStoreSize(Ty),
  292                                DL->getABITypeAlignment(Ty), Ty,
  462   if (Value *Base = GetPointerBaseWithConstantOffset(Ptr, Offset, *DL)) {
  472         BaseSize = DL->getTypeAllocSize(ATy);
  475         BaseAlign = DL->getABITypeAlignment(ATy);
  482           BaseSize = DL->getTypeAllocSize(GTy);
  485           BaseAlign = DL->getABITypeAlignment(GTy);
  499       Align = DL->getABITypeAlignment(Ty);
  507                        DL->getTypeStoreSize(I.getType()), I.getAlignment(),
  513                        DL->getTypeStoreSize(I.getOperand(0)->getType()),
  673   V = OffsetOk ? GetUnderlyingObject(V, *DL) : V->stripPointerCasts();
  694     if (CI->isNoopCast(*DL))
  706                                *DL))
  718     if (Value *W = SimplifyInstruction(Inst, {*DL, TLI, DT, AC}))
  721     if (Value *W = ConstantFoldConstant(C, *DL, TLI))