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

References

lib/Analysis/InlineCost.cpp
  389   unsigned IntPtrWidth = DL.getIndexTypeSizeInBits(GEP.getType());
  406       const StructLayout *SL = DL.getStructLayout(STy);
  411     APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
  439           AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty).getFixedSize(),
  448     AllocatedSize = SaturatingAdd(DL.getTypeAllocSize(Ty).getFixedSize(),
  475   APInt ZeroOffset = APInt::getNullValue(DL.getPointerSizeInBits(0));
  666   if (IntegerSize >= DL.getPointerSizeInBits(AS)) {
  699   if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) {
  747         return ConstantFoldInstOperands(&I, COps[0], DL);
 1076                             CRHS ? CRHS : RHS, FI->getFastMathFlags(), DL);
 1079         SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL);
 1111                                     DL);
 1655   unsigned IntPtrWidth = DL.getIndexSizeInBits(AS);
 1679   Type *IntPtrTy = DL.getIntPtrType(V->getContext(), AS);
 1761   addCost(-getCallsiteCost(Call, DL));