Searched refs:AggConstant (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1005 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() argument 1007 return wrap(ConstantExpr::getExtractValue(unwrap<Constant>(AggConstant), in LLVMConstExtractValue() 1011 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, in LLVMConstInsertValue() argument 1014 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 683 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, 685 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1811 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, 1813 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1403 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() argument 1405 return wrap(ConstantExpr::getExtractValue(unwrap<Constant>(AggConstant), in LLVMConstExtractValue() 1409 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, in LLVMConstInsertValue() argument 1412 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|