Home | History | Annotate | Download | only in Mips

Lines Matching refs:lowerShiftRightParts

747   case ISD::SRA_PARTS:          return lowerShiftRightParts(Op, DAG, true);
748 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false);
1914 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG,