Searched refs:getAllocationSizeInBits (Results 1 – 3 of 3) sorted by relevance
1624 AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()1650 if (std::optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
112 std::optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
79 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst