Searched refs:NumRight (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10385 unsigned NumRight = W.LastCluster - FirstRight + 1; local
10387 if (std::min(NumLeft, NumRight) < 3 && std::max(NumLeft, NumRight) > 3) {
10391 if (NumLeft < NumRight) {
10403 assert(NumRight < NumLeft);

Completed in 126 milliseconds