Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MULHU

1102   case ISD::MULHU:              return visitMULHU(N);
2104 // fold (mulhu x, 0) -> 0
2107 // fold (mulhu x, 1) -> 0
2110 // fold (mulhu x, undef) -> 0
2114 // If the type twice as wide is legal, transform the mulhu to a wider multiply
2196 // If the type twice as wide is legal, transform the mulhu to a wider multiply
2220 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::MUL, ISD::MULHU);
2226 // If the type twice as wide is legal, transform the mulhu to a wider multiply