Searched refs:AggVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1450 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 1451 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 1453 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst() 1455 ValueLatticeElement EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 4835 LLVMValueRef AggVal, 4838 LLVMValueRef AggVal,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 4341 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 4343 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 4346 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 4349 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|