Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DDAGCombiner.cpp12680 auto IsAndWithShift = [](SDValue A, SDValue B) { in visitSETCC() local
12693 if (IsAndWithShift(N0, N1)) { in visitSETCC()
12696 } else if (IsAndWithShift(N1, N0)) { in visitSETCC()