Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HasMULHS

3379     bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, VT);
3382 if (HasSMUL_LOHI && !HasMULHS) {