Searched refs:getAllocationSizeInBits (Results 1 – 9 of 9) sorted by relevance
157 return *AI.getAllocationSizeInBits(DL) / 8; in getAllocaSizeInBytes()
342 Optional<TypeSize> TySize = AI->getAllocationSizeInBits(DL); in visitVariable()
1429 if (Optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
421 *AI.getAllocationSizeInBits(*DL) > 0 && in isInterestingAlloca()586 uint64_t Size = *Info.AI->getAllocationSizeInBits(*DL) / 8; in runOnFunction()
70 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca()
1314 Alloca->getAllocationSizeInBits(DL)) in hasUndefContents()
657 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas()
112 Optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
57 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst