LLVM: Allocas (original) (raw)

Functions in this group only apply to instructions that map to llvm::AllocaInst instances. More...

Collaboration diagram for Allocas:

Functions
LLVM_C_ABI LLVMTypeRef LLVMGetAllocatedType (LLVMValueRef Alloca)
Obtain the type that is being allocated by the alloca instruction.

Detailed Description

Functions in this group only apply to instructions that map to llvm::AllocaInst instances.

Function Documentation

LLVMGetAllocatedType()

LLVM_C_ABI LLVMTypeRef LLVMGetAllocatedType ( LLVMValueRef Alloca )

Obtain the type that is being allocated by the alloca instruction.

Definition at line 3266 of file Core.cpp.

References llvm::unwrap(), and llvm::wrap().