Searched refs:LLVMGetParams (Results 1 – 3 of 3) sorted by relevance
1260 LLVMGetParams(fCurrentFunction, params.get()); in compileStageFunctionLoop()1659 LLVMGetParams(fCurrentFunction, params.get()); in compileStageFunctionVector()1779 LLVMGetParams(fCurrentFunction, params.get()); in compileFunction()
2569 void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef *Params);
2443 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() function