Searched refs:getAllocationSizeInBits (Results 1 – 8 of 8) sorted by relevance
423 AI.getAllocationSizeInBits(*DL).getValue() > 0 && in isInterestingAlloca()495 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in alignAndPadAlloca()658 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in runOnFunction()
342 Optional<TypeSize> TySize = AI->getAllocationSizeInBits(DL); in visitVariable()
1415 if (Optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
75 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca()
1302 if (Optional<TypeSize> AllocaSize = Alloca->getAllocationSizeInBits(DL)) in hasUndefContentsMSSA()
640 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas()
110 Optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
57 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst