Searched refs:lowerShiftLeftParts (Results 1 – 2 of 2) sorted by relevance
443 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
884 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()2092 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering