Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:sext

2227       // number that are left.  This handles rotl(sext(x), 1) for example.
2547 "Invalid sext node, dst < src!");
2555 // sext(undef) = 0, because the top bits will all be the same.
2588 // (ext (zext x)) -> (zext x) and (ext (sext x)) -> (sext x)