Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2235 std::optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function
2236 return cast<llvm::AllocaInst>(Val)->getAllocationSizeInBits(DL); in getAllocationSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1652 AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
1678 if (std::optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h118 getAllocationSizeInBits(const DataLayout &DL) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp82 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst