Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MULHS

1910   bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, NVT);
1949 // We can emit a mulhs+mul.
1951 Hi = DAG.getNode(ISD::MULHS, dl, NVT, LL, RL);