Home
last modified time | relevance | path

Searched refs:getAllocationSizeInBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1624 AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
1650 if (std::optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h112 std::optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp79 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst