Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MULHU

1209   case ISD::MULHU:              return visitMULHU(N);
2260 // fold (mulhu x, 0) -> 0
2263 // fold (mulhu x, 1) -> 0
2266 // fold (mulhu x, undef) -> 0
2270 // If the type twice as wide is legal, transform the mulhu to a wider multiply
2352 // If the type twice as wide is legal, transform the mulhu to a wider multiply
2376 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::MUL, ISD::MULHU);
2382 // If the type twice as wide is legal, transform the mulhu to a wider multiply