Searched refs:LeftI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 204 Instruction *LeftI = &*LI, *RightI = &*RI; in diff() local 208 if (diff(LeftI, RightI, false, false)) { in diff() 214 if (!LeftI->use_empty()) in diff() 215 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 199 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 199 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()
|