Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6071 static SDValue combineShiftAnd1ToBitTest(SDNode *And, SelectionDAG &DAG) { in combineShiftAnd1ToBitTest() function
6616 if (SDValue V = combineShiftAnd1ToBitTest(N, DAG)) in visitAND()