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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp765 Value *AggVal = EVI.getAggregateOperand();
766 if (AggVal->getType()->isStructTy()) {
768 LatticeVal EltVal = getStructValueState(AggVal, i);
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h2654 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal,
2656 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp2434 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, argument
2436 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name));
2439 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, argument
2442 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal),

Completed in 116 milliseconds