Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HasMULHS

2986   bool HasMULHS = isOperationLegalOrCustom(ISD::MULHS, HiLoVT);
2990 if (HasMULHU || HasMULHS || HasUMUL_LOHI || HasSMUL_LOHI) {
3036 if (HasMULHS) {