Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5530 static SDValue combineShiftAnd1ToBitTest(SDNode *And, SelectionDAG &DAG) { in combineShiftAnd1ToBitTest() function
5915 if (SDValue V = combineShiftAnd1ToBitTest(N, DAG)) in visitAND()