Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dshift-amount-threshold.ll94 ; Check the following conversion in DAGCombiner::foldSelectCCToShiftAnd
112 ; Check the following conversion in DAGCombiner::foldSelectCCToShiftAnd
181 ; Check the following conversion in DAGCombiner::foldSelectCCToShiftAnd
195 ; Check the following conversion in DAGCombiner::foldSelectCCToShiftAnd
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp547 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1,
23883 SDValue DAGCombiner::foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, in foldSelectCCToShiftAnd() function in DAGCombiner
24132 if (SDValue V = foldSelectCCToShiftAnd(DL, N0, N1, N2, N3, CC)) in SimplifySelectCC()