Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MULHS

1103   case ISD::MULHS:              return visitMULHS(N);
2066 // fold (mulhs x, 0) -> 0
2069 // fold (mulhs x, 1) -> (sra x, size(x)-1)
2074 // fold (mulhs x, undef) -> 0
2078 // If the type twice as wide is legal, transform the mulhs to a wider multiply
2190 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::MUL, ISD::MULHS);