Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12533 auto IsAndWithShift = [](SDValue A, SDValue B) { in visitSETCC() local
12546 if (IsAndWithShift(N0, N1)) { in visitSETCC()
12549 } else if (IsAndWithShift(N1, N0)) { in visitSETCC()