Searched refs:getAllocationSizeInBits (Results 1 – 4 of 4) sorted by relevance
398 AI.getAllocationSizeInBits(*DL).getValue() > 0 && in isInterestingAlloca()467 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in alignAndPadAlloca()667 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in runOnFunction()
1266 if (auto FragmentSize = AI->getAllocationSizeInBits(DL)) in valueCoversEntireFragment()
54 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst
102 Optional<uint64_t> getAllocationSizeInBits(const DataLayout &DL) const;