LLVM  8.0.1
Functions

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

Collaboration diagram for Allocas:

Functions

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

Detailed Description

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

Function Documentation

◆ LLVMGetAllocatedType()

LLVMTypeRef LLVMGetAllocatedType ( LLVMValueRef  Alloca)

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

Definition at line 2813 of file Core.cpp.

References llvm::wrap().