Home
last modified time | relevance | path

Searched refs:DstNext (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp174 LLVMValueRef DstNext = nullptr; in clone_params() local
183 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp175 LLVMValueRef DstNext = nullptr; in clone_params() local
185 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()