Project Alice
Loading...
Searching...
No Matches
Collaboration diagram for InsertValue:

Functions

unsigned LLVMGetNumIndices (LLVMValueRef Inst)
 
const unsigned * LLVMGetIndices (LLVMValueRef Inst)
 

Detailed Description

Functions in this group only apply to instructions that map to llvm::ExtractValue and llvm::InsertValue instances.

Function Documentation

◆ LLVMGetIndices()

const unsigned * LLVMGetIndices ( LLVMValueRef  Inst)

Obtain the indices as an array.

◆ LLVMGetNumIndices()

unsigned LLVMGetNumIndices ( LLVMValueRef  Inst)

Obtain the number of indices. NB: This also works on GEP operators.