Searched refs:SrcNext (Results 1 – 2 of 2) 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()
174 LLVMValueRef SrcNext = nullptr; in clone_params() local184 SrcNext = LLVMGetNextParam(SrcCur); in clone_params()186 if (SrcNext == nullptr && DstNext == nullptr) { in clone_params()194 if (SrcNext == nullptr) in clone_params()199 LLVMValueRef SrcPrev = LLVMGetPreviousParam(SrcNext); in clone_params()207 SrcCur = SrcNext; in clone_params()