Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getTypeAllocSize

455         AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())),
795 AllocSize(TD.getTypeAllocSize(AI.getAllocatedType())),
1758 APInt ElementSize(Offset.getBitWidth(), TD.getTypeAllocSize(ElementTy));
1780 if (Offset.uge(TD.getTypeAllocSize(ElementTy)))
1812 APInt ElementSize(Offset.getBitWidth(), TD.getTypeAllocSize(ElementTy));
3244 uint64_t AllocSize = DL.getTypeAllocSize(Ty);
3258 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
3280 if (Offset == 0 && TD.getTypeAllocSize(Ty) == Size)
3282 if (Offset > TD.getTypeAllocSize(Ty) ||
3283 (TD.getTypeAllocSize(Ty) - Offset) < Size)
3292 uint64_t ElementSize = TD.getTypeAllocSize(ElementTy);
3336 uint64_t ElementSize = TD.getTypeAllocSize(ElementTy);
3415 if (TD->getTypeAllocSize(PartitionTy) >= AllocaSize)
3428 assert(TD->getTypeAllocSize(AllocaTy) >= AllocaSize);
3517 TD->getTypeAllocSize(AI.getAllocatedType()) == 0)