Home
last modified time | relevance | path

Searched refs:AggConstant (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1005 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/
DCore.h683 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList,
685 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
/external/llvm/include/llvm-c/
DCore.h1811 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList,
1813 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
/external/llvm/lib/IR/
DCore.cpp1403 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()