Home | History | Annotate | Download | only in priv

Lines Matching refs:szSmall

721 static IROp mkWidenOp ( Int szSmall, Int szBig, Bool signd )
723 if (szSmall == 1 && szBig == 4) {
726 if (szSmall == 1 && szBig == 2) {
729 if (szSmall == 2 && szBig == 4) {