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

References

lib/Analysis/ConstantFolding.cpp
  833                                    GEP->getInRangeIndex(), DL, TLI))
  840   Type *IntPtrTy = DL.getIntPtrType(Ptr->getType());
  858             if (auto *FoldedRes = ConstantFoldConstant(Res, DL, TLI))
  866   unsigned BitWidth = DL.getTypeSizeInBits(IntPtrTy);
  869             DL.getIndexedOffsetInType(
  893     Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps));
  909       !DL.isNonIntegralPointerType(PTy)) {
  941       APInt ElemSize(BitWidth, DL.getTypeAllocSize(Ty));
  963       const StructLayout &SL = *DL.getStructLayout(STy);
 1005     C = FoldBitCast(C, ResTy, DL);