LLVM 22.0.0git
|
Functions in this group only apply to instructions that map to llvm::AllocaInst instances. More...
Functions | |
LLVM_C_ABI LLVMTypeRef | LLVMGetAllocatedType (LLVMValueRef Alloca) |
Obtain the type that is being allocated by the alloca instruction. |
Functions in this group only apply to instructions that map to llvm::AllocaInst instances.
LLVM_C_ABI LLVMTypeRef LLVMGetAllocatedType | ( | LLVMValueRef | Alloca | ) |
Obtain the type that is being allocated by the alloca instruction.
Definition at line 3209 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().