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

/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h1566 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp751 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { argument
753 unwrap<Constant>(ScalarConstantVals, Size), Size)));

Completed in 128 milliseconds