Home
last modified time | relevance | path

Searched refs:LLVMGetFirstParam (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp180 LLVMValueRef SrcFirst = LLVMGetFirstParam(Src); in clone_params()
181 LLVMValueRef DstFirst = LLVMGetFirstParam(Dst); in clone_params()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2713 LLVMValueRef LLVMGetFirstParam(LLVMValueRef Fn);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2487 LLVMValueRef LLVMGetFirstParam(LLVMValueRef Fn) { in LLVMGetFirstParam() function