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