• Home
  • Raw
  • Download

Lines Matching refs:SB

14 define i1 @lt_signed_to_large_unsigned(i8 %SB) {
15 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
18 ; CHECK: %C1 = icmp sgt i8 %SB, -1
22 define i1 @lt_signed_to_large_signed(i8 %SB) {
23 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
29 define i1 @lt_signed_to_large_negative(i8 %SB) {
30 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
36 define i1 @lt_signed_to_small_unsigned(i8 %SB) {
37 %Y = sext i8 %SB to i32
40 ; CHECK: %C = icmp ult i8 %SB, 17
44 define i1 @lt_signed_to_small_signed(i8 %SB) {
45 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
48 ; CHECK: %C = icmp slt i8 %SB, 17
51 define i1 @lt_signed_to_small_negative(i8 %SB) {
52 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
55 ; CHECK: %C = icmp slt i8 %SB, -17
59 define i1 @lt_unsigned_to_large_unsigned(i8 %SB) {
60 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
66 define i1 @lt_unsigned_to_large_signed(i8 %SB) {
67 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
73 define i1 @lt_unsigned_to_large_negative(i8 %SB) {
74 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
80 define i1 @lt_unsigned_to_small_unsigned(i8 %SB) {
81 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
84 ; CHECK: %C = icmp ult i8 %SB, 17
88 define i1 @lt_unsigned_to_small_signed(i8 %SB) {
89 %Y = zext i8 %SB to i32
92 ; CHECK: %C = icmp ult i8 %SB, 17
96 define i1 @lt_unsigned_to_small_negative(i8 %SB) {
97 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
103 define i1 @gt_signed_to_large_unsigned(i8 %SB) {
104 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
107 ; CHECK: %C = icmp slt i8 %SB, 0
111 define i1 @gt_signed_to_large_signed(i8 %SB) {
112 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
118 define i1 @gt_signed_to_large_negative(i8 %SB) {
119 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
125 define i1 @gt_signed_to_small_unsigned(i8 %SB) {
126 %Y = sext i8 %SB to i32
129 ; CHECK: %C = icmp ugt i8 %SB, 17
133 define i1 @gt_signed_to_small_signed(i8 %SB) {
134 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
137 ; CHECK: %C = icmp sgt i8 %SB, 17
141 define i1 @gt_signed_to_small_negative(i8 %SB) {
142 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
145 ; CHECK: %C = icmp sgt i8 %SB, -17
149 define i1 @gt_unsigned_to_large_unsigned(i8 %SB) {
150 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
156 define i1 @gt_unsigned_to_large_signed(i8 %SB) {
157 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
163 define i1 @gt_unsigned_to_large_negative(i8 %SB) {
164 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
170 define i1 @gt_unsigned_to_small_unsigned(i8 %SB) {
171 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]
174 ; CHECK: %C = icmp ugt i8 %SB, 17
178 define i1 @gt_unsigned_to_small_signed(i8 %SB) {
179 %Y = zext i8 %SB to i32
182 ; CHECK: %C = icmp ugt i8 %SB, 17
186 define i1 @gt_unsigned_to_small_negative(i8 %SB) {
187 %Y = zext i8 %SB to i32 ; <i32> [#uses=1]