Home
last modified time | relevance | path

Searched refs:AggVal (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1158 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local
1159 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
1161 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst()
1163 ValueLatticeElement EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h4026 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal,
4028 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3872 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument
3874 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue()
3877 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument
3880 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()