Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1656 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/external/llvm/lib/IR/
DCore.cpp944 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() argument
946 unwrap<Constant>(ScalarConstantVals, Size), Size))); in LLVMConstVector()