Searched refs:DstNext (Results 1 – 1 of 1) sorted by relevance
186 LLVMValueRef DstNext = nullptr; in clone_params() local196 DstNext = LLVMGetNextParam(DstCur); in clone_params()197 if (SrcNext == nullptr && DstNext == nullptr) { in clone_params()207 if (DstNext == nullptr) in clone_params()214 LLVMValueRef DstPrev = LLVMGetPreviousParam(DstNext); in clone_params()219 DstCur = DstNext; in clone_params()