Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HasMULHS

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