Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSCCP.cpp768 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local
769 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
771 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
/NextBSD/contrib/llvm/include/llvm-c/
HDCore.h2852 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal,
2854 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp2739 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument
2741 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue()
2744 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument
2747 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()