| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMUseRef |
LLVM.LLVMGetFirstUse(LLVMValueRef Val)
Obtain the first use of a value.
|
static LLVMUseRef |
LLVM.LLVMGetNextUse(LLVMUseRef U)
Obtain the next use of a value.
|
static LLVMUseRef |
LLVM.LLVMGetOperandUse(LLVMValueRef Val,
int Index)
Obtain the use of an operand at a specific index in a llvm::User value.
|
| Modifier and Type | Method and Description |
|---|---|
static LLVMUseRef |
LLVM.LLVMGetNextUse(LLVMUseRef U)
Obtain the next use of a value.
|
static LLVMValueRef |
LLVM.LLVMGetUsedValue(LLVMUseRef U)
Obtain the value this use corresponds to.
|
static LLVMValueRef |
LLVM.LLVMGetUser(LLVMUseRef U)
Obtain the user value for a user.
|
Copyright © 2025. All rights reserved.