Searched refs:getAllocationSizeInBits (Results 1 – 4 of 4) sorted by relevance
2235 std::optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function2236 return cast<llvm::AllocaInst>(Val)->getAllocationSizeInBits(DL); in getAllocationSizeInBits()
1652 AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()1678 if (std::optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
118 getAllocationSizeInBits(const DataLayout &DL) const;
82 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst