Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp198 Instruction *LeftI = &*LI, *RightI = &*RI; in diff() local
202 if (diff(LeftI, RightI, false, false)) { in diff()
208 if (!LeftI->use_empty()) in diff()
209 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()