Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dshift-amount-threshold.ll56 ; Check the following conversion in DAGCombiner foldExtendedSignBitTest
75 ; Check the following conversion in DAGCombiner foldExtendedSignBitTest
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11810 static SDValue foldExtendedSignBitTest(SDNode *N, SelectionDAG &DAG, in foldExtendedSignBitTest() function
12103 if (SDValue V = foldExtendedSignBitTest(N, DAG, LegalOperations)) in visitSIGN_EXTEND()
12398 if (SDValue V = foldExtendedSignBitTest(N, DAG, LegalOperations)) in visitZERO_EXTEND()