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

References

include/llvm/Analysis/PtrUseVisitor.h
  225     IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
lib/Analysis/PtrUseVisitor.cpp
   37   APInt TmpOffset(DL.getIndexTypeSizeInBits(GEPI.getType()), 0);
   38   if (GEPI.accumulateConstantOffset(DL, TmpOffset)) {
lib/Transforms/Scalar/SROA.cpp
  787         LI.getPointerAddressSpace() != DL.getAllocaAddrSpace())
  790     uint64_t Size = DL.getTypeStoreSize(LI.getType());
  802         SI.getPointerAddressSpace() != DL.getAllocaAddrSpace())
  805     uint64_t Size = DL.getTypeStoreSize(ValOp->getType());
  841     if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace())
  866         (II.getDestAddressSpace() != DL.getAllocaAddrSpace() ||
  867          II.getSourceAddressSpace() != DL.getAllocaAddrSpace()))