Searched refs:lowerShiftRightParts (Results 1 – 2 of 2) sorted by relevance
444 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
885 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()886 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()2123 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in MipsTargetLowering