Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp883 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local
884 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
886 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DCore.h3718 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal,
3720 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp3692 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument
3694 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue()
3697 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument
3700 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()