Home
last modified time | relevance | path

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

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