Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp199 Instruction *LeftI = &*LI, *RightI = &*RI; in diff() local
203 if (diff(LeftI, RightI, false, false)) { in diff()
209 if (!LeftI->use_empty()) in diff()
210 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()
/external/llvm-project/llvm/tools/llvm-diff/
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()