Searched refs:DstNext (Results 1 – 2 of 2) sorted by relevance
174 LLVMValueRef DstNext = nullptr; in clone_params() local183 DstNext = LLVMGetNextParam(DstCur); in clone_params()184 if (SrcNext == nullptr && DstNext == nullptr) { in clone_params()194 if (DstNext == nullptr) in clone_params()201 LLVMValueRef DstPrev = LLVMGetPreviousParam(DstNext); in clone_params()206 DstCur = DstNext; in clone_params()
175 LLVMValueRef DstNext = nullptr; in clone_params() local185 DstNext = LLVMGetNextParam(DstCur); in clone_params()186 if (SrcNext == nullptr && DstNext == nullptr) { in clone_params()196 if (DstNext == nullptr) in clone_params()203 LLVMValueRef DstPrev = LLVMGetPreviousParam(DstNext); in clone_params()208 DstCur = DstNext; in clone_params()