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