Searched refs:AggVal (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SCCP.cpp | 768 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 769 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 771 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
| /NextBSD/contrib/llvm/include/llvm-c/ |
| HD | Core.h | 2852 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal, 2854 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Core.cpp | 2739 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 2741 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 2744 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 2747 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|