Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm-c/
HDCore.h1566 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/trueos/contrib/llvm/lib/IR/
HDCore.cpp751 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() argument
753 unwrap<Constant>(ScalarConstantVals, Size), Size))); in LLVMConstVector()