Searched refs:AggVal (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 842 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 843 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 845 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 797 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 798 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 800 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 829 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst() local 830 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 832 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 2222 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 2224 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 2227 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 2230 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 1034 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal, 1036 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 3090 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal, 3092 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3385 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef, LLVMValueRef AggVal, 3387 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3009 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 3011 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 3014 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 3017 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 3324 LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildExtractValue() argument 3326 return wrap(unwrap(B)->CreateExtractValue(unwrap(AggVal), Index, Name)); in LLVMBuildExtractValue() 3329 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() argument 3332 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
|