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