Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp309 const Instruction *LeftI = &*LI, *RightI = &*RI; in diff() local
313 if (diff(LeftI, RightI, false, false, true)) { in diff()
324 if (!LeftI->use_empty()) in diff()
325 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()