Searched refs:SrcNext (Results 1 – 1 of 1) sorted by relevance
173 LLVMValueRef SrcNext = nullptr; in clone_params() local182 SrcNext = LLVMGetNextParam(SrcCur); in clone_params()184 if (SrcNext == nullptr && DstNext == nullptr) { in clone_params()192 if (SrcNext == nullptr) in clone_params()197 LLVMValueRef SrcPrev = LLVMGetPreviousParam(SrcNext); in clone_params()205 SrcCur = SrcNext; in clone_params()