Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm-c/
DCore.h1658 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList,
1660 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp1107 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() argument
1109 return wrap(ConstantExpr::getExtractValue(unwrap<Constant>(AggConstant), in LLVMConstExtractValue()
1113 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, in LLVMConstInsertValue() argument
1116 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()