HomeSort by relevance Sort by last modified time
    Searched refs:RightI (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 199 Instruction *LeftI = &*LI, *RightI = &*RI;
203 if (diff(LeftI, RightI, false, false)) {
210 TentativeValues.insert(std::make_pair(LeftI, RightI));
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 204 Instruction *LeftI = &*LI, *RightI = &*RI;
208 if (diff(LeftI, RightI, false, false)) {
215 TentativeValues.insert(std::make_pair(LeftI, RightI));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 199 Instruction *LeftI = &*LI, *RightI = &*RI;
203 if (diff(LeftI, RightI, false, false)) {
210 TentativeValues.insert(std::make_pair(LeftI, RightI));

Completed in 848 milliseconds