Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1350 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local
1351 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
1353 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst()
1355 ValueLatticeElement EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4558 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal,
4560 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4265 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument
4267 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue()
4270 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument
4273 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()