Searched refs:AggVal (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 864 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 865 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 867 ValueLatticeElement EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 4050 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal, 4052 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 3955 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 3957 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 3960 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 3963 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|