Lines Matching refs:IR_FOLD

11 IR_FOLD(EQ(C_BOOL, C_BOOL))
12 IR_FOLD(EQ(C_U8, C_U8)) in IR_FOLD() function
13 IR_FOLD(EQ(C_U16, C_U16)) in IR_FOLD()
14 IR_FOLD(EQ(C_U32, C_U32)) in IR_FOLD()
15 IR_FOLD(EQ(C_U64, C_U64)) in IR_FOLD()
16 IR_FOLD(EQ(C_ADDR, C_ADDR)) in IR_FOLD()
17 IR_FOLD(EQ(C_CHAR, C_CHAR)) in IR_FOLD()
18 IR_FOLD(EQ(C_I8, C_I8)) in IR_FOLD()
19 IR_FOLD(EQ(C_I16, C_I16)) in IR_FOLD()
20 IR_FOLD(EQ(C_I32, C_I32)) in IR_FOLD()
21 IR_FOLD(EQ(C_I64, C_I64)) in IR_FOLD()
26 IR_FOLD(EQ(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
31 IR_FOLD(EQ(C_FLOAT, C_FLOAT)) in IR_FOLD() function
36 IR_FOLD(NE(C_BOOL, C_BOOL))
37 IR_FOLD(NE(C_U8, C_U8)) in IR_FOLD() function
38 IR_FOLD(NE(C_U16, C_U16)) in IR_FOLD()
39 IR_FOLD(NE(C_U32, C_U32)) in IR_FOLD()
40 IR_FOLD(NE(C_U64, C_U64)) in IR_FOLD()
41 IR_FOLD(NE(C_ADDR, C_ADDR)) in IR_FOLD()
42 IR_FOLD(NE(C_CHAR, C_CHAR)) in IR_FOLD()
43 IR_FOLD(NE(C_I8, C_I8)) in IR_FOLD()
44 IR_FOLD(NE(C_I16, C_I16)) in IR_FOLD()
45 IR_FOLD(NE(C_I32, C_I32)) in IR_FOLD()
46 IR_FOLD(NE(C_I64, C_I64)) in IR_FOLD()
51 IR_FOLD(NE(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
56 IR_FOLD(NE(C_FLOAT, C_FLOAT)) in IR_FOLD() function
61 IR_FOLD(LT(C_BOOL, C_BOOL))
62 IR_FOLD(LT(C_U8, C_U8)) in IR_FOLD() function
63 IR_FOLD(LT(C_U16, C_U16)) in IR_FOLD()
64 IR_FOLD(LT(C_U32, C_U32)) in IR_FOLD()
65 IR_FOLD(LT(C_U64, C_U64)) in IR_FOLD()
66 IR_FOLD(LT(C_ADDR, C_ADDR)) in IR_FOLD()
71 IR_FOLD(LT(C_CHAR, C_CHAR))
72 IR_FOLD(LT(C_I8, C_I8)) in IR_FOLD() function
73 IR_FOLD(LT(C_I16, C_I16)) in IR_FOLD()
74 IR_FOLD(LT(C_I32, C_I32)) in IR_FOLD()
75 IR_FOLD(LT(C_I64, C_I64)) in IR_FOLD()
80 IR_FOLD(LT(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
85 IR_FOLD(LT(C_FLOAT, C_FLOAT)) in IR_FOLD() function
90 IR_FOLD(GE(C_BOOL, C_BOOL))
91 IR_FOLD(GE(C_U8, C_U8)) in IR_FOLD() function
92 IR_FOLD(GE(C_U16, C_U16)) in IR_FOLD()
93 IR_FOLD(GE(C_U32, C_U32)) in IR_FOLD()
94 IR_FOLD(GE(C_U64, C_U64)) in IR_FOLD()
95 IR_FOLD(GE(C_ADDR, C_ADDR)) in IR_FOLD()
100 IR_FOLD(GE(C_CHAR, C_CHAR))
101 IR_FOLD(GE(C_I8, C_I8)) in IR_FOLD() function
102 IR_FOLD(GE(C_I16, C_I16)) in IR_FOLD()
103 IR_FOLD(GE(C_I32, C_I32)) in IR_FOLD()
104 IR_FOLD(GE(C_I64, C_I64)) in IR_FOLD()
109 IR_FOLD(GE(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
114 IR_FOLD(GE(C_FLOAT, C_FLOAT)) in IR_FOLD() function
119 IR_FOLD(LE(C_BOOL, C_BOOL))
120 IR_FOLD(LE(C_U8, C_U8)) in IR_FOLD() function
121 IR_FOLD(LE(C_U16, C_U16)) in IR_FOLD()
122 IR_FOLD(LE(C_U32, C_U32)) in IR_FOLD()
123 IR_FOLD(LE(C_U64, C_U64)) in IR_FOLD()
124 IR_FOLD(LE(C_ADDR, C_ADDR)) in IR_FOLD()
129 IR_FOLD(LE(C_CHAR, C_CHAR))
130 IR_FOLD(LE(C_I8, C_I8)) in IR_FOLD() function
131 IR_FOLD(LE(C_I16, C_I16)) in IR_FOLD()
132 IR_FOLD(LE(C_I32, C_I32)) in IR_FOLD()
133 IR_FOLD(LE(C_I64, C_I64)) in IR_FOLD()
138 IR_FOLD(LE(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
143 IR_FOLD(LE(C_FLOAT, C_FLOAT)) in IR_FOLD() function
148 IR_FOLD(GT(C_BOOL, C_BOOL))
149 IR_FOLD(GT(C_U8, C_U8)) in IR_FOLD() function
150 IR_FOLD(GT(C_U16, C_U16)) in IR_FOLD()
151 IR_FOLD(GT(C_U32, C_U32)) in IR_FOLD()
152 IR_FOLD(GT(C_U64, C_U64)) in IR_FOLD()
153 IR_FOLD(GT(C_ADDR, C_ADDR)) in IR_FOLD()
158 IR_FOLD(GT(C_CHAR, C_CHAR))
159 IR_FOLD(GT(C_I8, C_I8)) in IR_FOLD() function
160 IR_FOLD(GT(C_I16, C_I16)) in IR_FOLD()
161 IR_FOLD(GT(C_I32, C_I32)) in IR_FOLD()
162 IR_FOLD(GT(C_I64, C_I64)) in IR_FOLD()
167 IR_FOLD(GT(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
172 IR_FOLD(GT(C_FLOAT, C_FLOAT)) in IR_FOLD() function
177 IR_FOLD(ULT(C_BOOL, C_BOOL))
178 IR_FOLD(ULT(C_U8, C_U8)) in IR_FOLD() function
179 IR_FOLD(ULT(C_U16, C_U16)) in IR_FOLD()
180 IR_FOLD(ULT(C_U32, C_U32)) in IR_FOLD()
181 IR_FOLD(ULT(C_U64, C_U64)) in IR_FOLD()
182 IR_FOLD(ULT(C_ADDR, C_ADDR)) in IR_FOLD()
183 IR_FOLD(ULT(C_CHAR, C_CHAR)) in IR_FOLD()
184 IR_FOLD(ULT(C_I8, C_I8)) in IR_FOLD()
185 IR_FOLD(ULT(C_I16, C_I16)) in IR_FOLD()
186 IR_FOLD(ULT(C_I32, C_I32)) in IR_FOLD()
187 IR_FOLD(ULT(C_I64, C_I64)) in IR_FOLD()
192 IR_FOLD(ULT(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
197 IR_FOLD(ULT(C_FLOAT, C_FLOAT)) in IR_FOLD() function
202 IR_FOLD(UGE(C_BOOL, C_BOOL))
203 IR_FOLD(UGE(C_U8, C_U8)) in IR_FOLD() function
204 IR_FOLD(UGE(C_U16, C_U16)) in IR_FOLD()
205 IR_FOLD(UGE(C_U32, C_U32)) in IR_FOLD()
206 IR_FOLD(UGE(C_U64, C_U64)) in IR_FOLD()
207 IR_FOLD(UGE(C_ADDR, C_ADDR)) in IR_FOLD()
208 IR_FOLD(UGE(C_CHAR, C_CHAR)) in IR_FOLD()
209 IR_FOLD(UGE(C_I8, C_I8)) in IR_FOLD()
210 IR_FOLD(UGE(C_I16, C_I16)) in IR_FOLD()
211 IR_FOLD(UGE(C_I32, C_I32)) in IR_FOLD()
212 IR_FOLD(UGE(C_I64, C_I64)) in IR_FOLD()
217 IR_FOLD(UGE(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
222 IR_FOLD(UGE(C_FLOAT, C_FLOAT)) in IR_FOLD() function
227 IR_FOLD(ULE(C_BOOL, C_BOOL))
228 IR_FOLD(ULE(C_U8, C_U8)) in IR_FOLD() function
229 IR_FOLD(ULE(C_U16, C_U16)) in IR_FOLD()
230 IR_FOLD(ULE(C_U32, C_U32)) in IR_FOLD()
231 IR_FOLD(ULE(C_U64, C_U64)) in IR_FOLD()
232 IR_FOLD(ULE(C_ADDR, C_ADDR)) in IR_FOLD()
233 IR_FOLD(ULE(C_CHAR, C_CHAR)) in IR_FOLD()
234 IR_FOLD(ULE(C_I8, C_I8)) in IR_FOLD()
235 IR_FOLD(ULE(C_I16, C_I16)) in IR_FOLD()
236 IR_FOLD(ULE(C_I32, C_I32)) in IR_FOLD()
237 IR_FOLD(ULE(C_I64, C_I64)) in IR_FOLD()
242 IR_FOLD(ULE(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
247 IR_FOLD(ULE(C_FLOAT, C_FLOAT)) in IR_FOLD() function
252 IR_FOLD(UGT(C_BOOL, C_BOOL))
253 IR_FOLD(UGT(C_U8, C_U8)) in IR_FOLD() function
254 IR_FOLD(UGT(C_U16, C_U16)) in IR_FOLD()
255 IR_FOLD(UGT(C_U32, C_U32)) in IR_FOLD()
256 IR_FOLD(UGT(C_U64, C_U64)) in IR_FOLD()
257 IR_FOLD(UGT(C_ADDR, C_ADDR)) in IR_FOLD()
258 IR_FOLD(UGT(C_CHAR, C_CHAR)) in IR_FOLD()
259 IR_FOLD(UGT(C_I8, C_I8)) in IR_FOLD()
260 IR_FOLD(UGT(C_I16, C_I16)) in IR_FOLD()
261 IR_FOLD(UGT(C_I32, C_I32)) in IR_FOLD()
262 IR_FOLD(UGT(C_I64, C_I64)) in IR_FOLD()
267 IR_FOLD(UGT(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
272 IR_FOLD(UGT(C_FLOAT, C_FLOAT)) in IR_FOLD() function
277 IR_FOLD(ADD(C_U8, C_U8))
278 IR_FOLD(ADD(C_U16, C_U16)) in IR_FOLD() function
279 IR_FOLD(ADD(C_U32, C_U32)) in IR_FOLD()
280 IR_FOLD(ADD(C_U64, C_U64)) in IR_FOLD()
281 IR_FOLD(ADD(C_ADDR, C_ADDR)) in IR_FOLD()
287 IR_FOLD(ADD(C_I8, C_I8))
288 IR_FOLD(ADD(C_I16, C_I16)) in IR_FOLD() function
289 IR_FOLD(ADD(C_I32, C_I32)) in IR_FOLD()
290 IR_FOLD(ADD(C_I64, C_I64)) in IR_FOLD()
296 IR_FOLD(ADD(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
302 IR_FOLD(ADD(C_FLOAT, C_FLOAT)) in IR_FOLD() function
308 IR_FOLD(SUB(C_U8, C_U8))
309 IR_FOLD(SUB(C_U16, C_U16)) in IR_FOLD() function
310 IR_FOLD(SUB(C_U32, C_U32)) in IR_FOLD()
311 IR_FOLD(SUB(C_U64, C_U64)) in IR_FOLD()
312 IR_FOLD(SUB(C_ADDR, C_ADDR)) in IR_FOLD()
318 IR_FOLD(SUB(C_I8, C_I8))
319 IR_FOLD(SUB(C_I16, C_I16)) in IR_FOLD() function
320 IR_FOLD(SUB(C_I32, C_I32)) in IR_FOLD()
321 IR_FOLD(SUB(C_I64, C_I64)) in IR_FOLD()
327 IR_FOLD(SUB(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
333 IR_FOLD(SUB(C_FLOAT, C_FLOAT)) in IR_FOLD() function
339 IR_FOLD(MUL(C_U8, C_U8))
340 IR_FOLD(MUL(C_U16, C_U16)) in IR_FOLD() function
341 IR_FOLD(MUL(C_U32, C_U32)) in IR_FOLD()
342 IR_FOLD(MUL(C_U64, C_U64)) in IR_FOLD()
343 IR_FOLD(MUL(C_ADDR, C_ADDR)) in IR_FOLD()
349 IR_FOLD(MUL(C_I8, C_I8))
350 IR_FOLD(MUL(C_I16, C_I16)) in IR_FOLD() function
351 IR_FOLD(MUL(C_I32, C_I32)) in IR_FOLD()
352 IR_FOLD(MUL(C_I64, C_I64)) in IR_FOLD()
358 IR_FOLD(MUL(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
364 IR_FOLD(MUL(C_FLOAT, C_FLOAT)) in IR_FOLD() function
370 IR_FOLD(DIV(C_U8, C_U8))
371 IR_FOLD(DIV(C_U16, C_U16)) in IR_FOLD() function
372 IR_FOLD(DIV(C_U32, C_U32)) in IR_FOLD()
373 IR_FOLD(DIV(C_U64, C_U64)) in IR_FOLD()
374 IR_FOLD(DIV(C_ADDR, C_ADDR)) in IR_FOLD()
384 IR_FOLD(DIV(C_I8, C_I8))
385 IR_FOLD(DIV(C_I16, C_I16)) in IR_FOLD() function
386 IR_FOLD(DIV(C_I32, C_I32)) in IR_FOLD()
387 IR_FOLD(DIV(C_I64, C_I64)) in IR_FOLD()
397 IR_FOLD(DIV(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
403 IR_FOLD(DIV(C_FLOAT, C_FLOAT)) in IR_FOLD() function
409 IR_FOLD(MOD(C_U8, C_U8))
410 IR_FOLD(MOD(C_U16, C_U16)) in IR_FOLD() function
411 IR_FOLD(MOD(C_U32, C_U32)) in IR_FOLD()
412 IR_FOLD(MOD(C_U64, C_U64)) in IR_FOLD()
413 IR_FOLD(MOD(C_ADDR, C_ADDR)) in IR_FOLD()
423 IR_FOLD(MOD(C_I8, C_I8))
424 IR_FOLD(MOD(C_I16, C_I16)) in IR_FOLD() function
425 IR_FOLD(MOD(C_I32, C_I32)) in IR_FOLD()
426 IR_FOLD(MOD(C_I64, C_I64)) in IR_FOLD()
436 IR_FOLD(NEG(C_I8))
437 IR_FOLD(NEG(C_I16)) in IR_FOLD() function
438 IR_FOLD(NEG(C_I32)) in IR_FOLD()
439 IR_FOLD(NEG(C_I64)) in IR_FOLD()
445 IR_FOLD(NEG(C_DOUBLE)) in IR_FOLD() function
451 IR_FOLD(NEG(C_FLOAT)) in IR_FOLD() function
457 IR_FOLD(ABS(C_I8))
458 IR_FOLD(ABS(C_I16)) in IR_FOLD() function
459 IR_FOLD(ABS(C_I32)) in IR_FOLD()
460 IR_FOLD(ABS(C_I64)) in IR_FOLD()
470 IR_FOLD(ABS(C_DOUBLE)) in IR_FOLD() function
476 IR_FOLD(ABS(C_FLOAT)) in IR_FOLD() function
482 IR_FOLD(ADD_OV(C_U8, C_U8))
483 IR_FOLD(ADD_OV(C_U16, C_U16)) in IR_FOLD() function
484 IR_FOLD(ADD_OV(C_U32, C_U32)) in IR_FOLD()
485 IR_FOLD(ADD_OV(C_U64, C_U64)) in IR_FOLD()
496 IR_FOLD(ADD_OV(C_I8, C_I8))
497 IR_FOLD(ADD_OV(C_I16, C_I16)) in IR_FOLD() function
498 IR_FOLD(ADD_OV(C_I32, C_I32)) in IR_FOLD()
499 IR_FOLD(ADD_OV(C_I64, C_I64)) in IR_FOLD()
512 IR_FOLD(SUB_OV(C_U8, C_U8))
513 IR_FOLD(SUB_OV(C_U16, C_U16)) in IR_FOLD() function
514 IR_FOLD(SUB_OV(C_U32, C_U32)) in IR_FOLD()
515 IR_FOLD(SUB_OV(C_U64, C_U64)) in IR_FOLD()
524 IR_FOLD(SUB_OV(C_I8, C_I8))
525 IR_FOLD(SUB_OV(C_I16, C_I16)) in IR_FOLD() function
526 IR_FOLD(SUB_OV(C_I32, C_I32)) in IR_FOLD()
527 IR_FOLD(SUB_OV(C_I64, C_I64)) in IR_FOLD()
540 IR_FOLD(MUL_OV(C_U8, C_U8))
541 IR_FOLD(MUL_OV(C_U16, C_U16)) in IR_FOLD() function
542 IR_FOLD(MUL_OV(C_U32, C_U32)) in IR_FOLD()
543 IR_FOLD(MUL_OV(C_U64, C_U64)) in IR_FOLD()
556 IR_FOLD(MUL_OV(C_I8, C_I8))
557 IR_FOLD(MUL_OV(C_I16, C_I16)) in IR_FOLD() function
558 IR_FOLD(MUL_OV(C_I32, C_I32)) in IR_FOLD()
559 IR_FOLD(MUL_OV(C_I64, C_I64)) in IR_FOLD()
573 IR_FOLD(OVERFLOW(_)) in IR_FOLD() function
581 IR_FOLD(NOT(C_BOOL)) in IR_FOLD() function
587 IR_FOLD(NOT(C_U8))
588 IR_FOLD(NOT(C_CHAR)) in IR_FOLD() function
594 IR_FOLD(NOT(C_I8)) in IR_FOLD() function
600 IR_FOLD(NOT(C_U16)) in IR_FOLD() function
606 IR_FOLD(NOT(C_I16)) in IR_FOLD() function
612 IR_FOLD(NOT(C_U32)) in IR_FOLD() function
618 IR_FOLD(NOT(C_I32)) in IR_FOLD() function
624 IR_FOLD(NOT(C_U64))
625 IR_FOLD(NOT(C_I64)) in IR_FOLD() function
631 IR_FOLD(OR(C_BOOL, C_BOOL)) in IR_FOLD() function
637 IR_FOLD(OR(C_CHAR, C_CHAR))
638 IR_FOLD(OR(C_U8, C_U8)) in IR_FOLD() function
639 IR_FOLD(OR(C_U16, C_U16)) in IR_FOLD()
640 IR_FOLD(OR(C_U32, C_U32)) in IR_FOLD()
641 IR_FOLD(OR(C_U64, C_U64)) in IR_FOLD()
647 IR_FOLD(OR(C_I8, C_I8))
648 IR_FOLD(OR(C_I16, C_I16)) in IR_FOLD() function
649 IR_FOLD(OR(C_I32, C_I32)) in IR_FOLD()
650 IR_FOLD(OR(C_I64, C_I64)) in IR_FOLD()
656 IR_FOLD(AND(C_BOOL, C_BOOL)) in IR_FOLD() function
662 IR_FOLD(AND(C_CHAR, C_CHAR))
663 IR_FOLD(AND(C_U8, C_U8)) in IR_FOLD() function
664 IR_FOLD(AND(C_U16, C_U16)) in IR_FOLD()
665 IR_FOLD(AND(C_U32, C_U32)) in IR_FOLD()
666 IR_FOLD(AND(C_U64, C_U64)) in IR_FOLD()
672 IR_FOLD(AND(C_I8, C_I8))
673 IR_FOLD(AND(C_I16, C_I16)) in IR_FOLD() function
674 IR_FOLD(AND(C_I32, C_I32)) in IR_FOLD()
675 IR_FOLD(AND(C_I64, C_I64)) in IR_FOLD()
681 IR_FOLD(XOR(C_BOOL, C_BOOL)) in IR_FOLD() function
687 IR_FOLD(XOR(C_U8, C_U8))
688 IR_FOLD(XOR(C_CHAR, C_CHAR)) in IR_FOLD() function
694 IR_FOLD(XOR(C_I8, C_I8)) in IR_FOLD() function
700 IR_FOLD(XOR(C_U16, C_U16)) in IR_FOLD() function
706 IR_FOLD(XOR(C_I16, C_I16)) in IR_FOLD() function
712 IR_FOLD(XOR(C_U32, C_U32)) in IR_FOLD() function
718 IR_FOLD(XOR(C_I32, C_I32)) in IR_FOLD() function
724 IR_FOLD(XOR(C_U64, C_U64)) in IR_FOLD() function
730 IR_FOLD(XOR(C_I64, C_I64)) in IR_FOLD() function
736 IR_FOLD(SHL(C_U8, C_U8))
737 IR_FOLD(SHL(C_CHAR, C_CHAR)) in IR_FOLD() function
743 IR_FOLD(SHL(C_I8, C_I8)) in IR_FOLD() function
749 IR_FOLD(SHL(C_U16, C_U16)) in IR_FOLD() function
755 IR_FOLD(SHL(C_I16, C_I16)) in IR_FOLD() function
761 IR_FOLD(SHL(C_U32, C_U32)) in IR_FOLD() function
767 IR_FOLD(SHL(C_I32, C_I32)) in IR_FOLD() function
773 IR_FOLD(SHL(C_U64, C_U64))
774 IR_FOLD(SHL(C_I64, C_I64)) in IR_FOLD() function
780 IR_FOLD(SHR(C_U8, C_U8))
781 IR_FOLD(SHR(C_CHAR, C_CHAR)) in IR_FOLD() function
787 IR_FOLD(SHR(C_I8, C_I8)) in IR_FOLD() function
793 IR_FOLD(SHR(C_U16, C_U16)) in IR_FOLD() function
799 IR_FOLD(SHR(C_I16, C_I16)) in IR_FOLD() function
805 IR_FOLD(SHR(C_U32, C_U32)) in IR_FOLD() function
811 IR_FOLD(SHR(C_I32, C_I32)) in IR_FOLD() function
817 IR_FOLD(SHR(C_U64, C_U64))
818 IR_FOLD(SHR(C_I64, C_I64)) in IR_FOLD() function
824 IR_FOLD(SAR(C_U8, C_U8))
825 IR_FOLD(SAR(C_CHAR, C_CHAR)) in IR_FOLD() function
831 IR_FOLD(SAR(C_I8, C_I8)) in IR_FOLD() function
837 IR_FOLD(SAR(C_U16, C_U16)) in IR_FOLD() function
843 IR_FOLD(SAR(C_I16, C_I16)) in IR_FOLD() function
849 IR_FOLD(SAR(C_U32, C_U32)) in IR_FOLD() function
855 IR_FOLD(SAR(C_I32, C_I32)) in IR_FOLD() function
861 IR_FOLD(SAR(C_U64, C_U64))
862 IR_FOLD(SAR(C_I64, C_I64)) in IR_FOLD() function
868 IR_FOLD(ROL(C_U8, C_U8))
869 IR_FOLD(ROL(C_CHAR, C_CHAR)) in IR_FOLD() function
875 IR_FOLD(ROL(C_I8, C_I8)) in IR_FOLD() function
881 IR_FOLD(ROL(C_U16, C_U16)) in IR_FOLD() function
887 IR_FOLD(ROL(C_I16, C_I16)) in IR_FOLD() function
893 IR_FOLD(ROL(C_U32, C_U32)) in IR_FOLD() function
899 IR_FOLD(ROL(C_I32, C_I32)) in IR_FOLD() function
905 IR_FOLD(ROL(C_U64, C_U64))
906 IR_FOLD(ROL(C_I64, C_I64)) in IR_FOLD() function
912 IR_FOLD(ROR(C_U8, C_U8))
913 IR_FOLD(ROR(C_CHAR, C_CHAR)) in IR_FOLD() function
919 IR_FOLD(ROR(C_I8, C_I8)) in IR_FOLD() function
925 IR_FOLD(ROR(C_U16, C_U16)) in IR_FOLD() function
931 IR_FOLD(ROR(C_I16, C_I16)) in IR_FOLD() function
937 IR_FOLD(ROR(C_U32, C_U32)) in IR_FOLD() function
943 IR_FOLD(ROR(C_I32, C_I32)) in IR_FOLD() function
949 IR_FOLD(ROR(C_U64, C_U64))
950 IR_FOLD(ROR(C_I64, C_I64)) in IR_FOLD() function
959 IR_FOLD(MIN(C_BOOL, C_BOOL))
960 IR_FOLD(MIN(C_U8, C_U8)) in IR_FOLD() function
961 IR_FOLD(MIN(C_U16, C_U16)) in IR_FOLD()
962 IR_FOLD(MIN(C_U32, C_U32)) in IR_FOLD()
963 IR_FOLD(MIN(C_U64, C_U64)) in IR_FOLD()
964 IR_FOLD(MIN(C_ADDR, C_ADDR)) in IR_FOLD()
969 IR_FOLD(MIN(C_CHAR, C_CHAR))
970 IR_FOLD(MIN(C_I8, C_U8)) in IR_FOLD() function
971 IR_FOLD(MIN(C_I16, C_U16)) in IR_FOLD()
972 IR_FOLD(MIN(C_I32, C_U32)) in IR_FOLD()
973 IR_FOLD(MIN(C_I64, C_U64)) in IR_FOLD()
978 IR_FOLD(MIN(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
983 IR_FOLD(MIN(C_FLOAT, C_FLOAT)) in IR_FOLD() function
988 IR_FOLD(MAX(C_BOOL, C_BOOL))
989 IR_FOLD(MAX(C_U8, C_U8)) in IR_FOLD() function
990 IR_FOLD(MAX(C_U16, C_U16)) in IR_FOLD()
991 IR_FOLD(MAX(C_U32, C_U32)) in IR_FOLD()
992 IR_FOLD(MAX(C_U64, C_U64)) in IR_FOLD()
993 IR_FOLD(MAX(C_ADDR, C_ADDR)) in IR_FOLD()
998 IR_FOLD(MAX(C_CHAR, C_CHAR))
999 IR_FOLD(MAX(C_I8, C_U8)) in IR_FOLD() function
1000 IR_FOLD(MAX(C_I16, C_U16)) in IR_FOLD()
1001 IR_FOLD(MAX(C_I32, C_U32)) in IR_FOLD()
1002 IR_FOLD(MAX(C_I64, C_U64)) in IR_FOLD()
1007 IR_FOLD(MAX(C_DOUBLE, C_DOUBLE)) in IR_FOLD() function
1012 IR_FOLD(MAX(C_FLOAT, C_FLOAT)) in IR_FOLD() function
1017 IR_FOLD(SEXT(C_I8))
1018 IR_FOLD(SEXT(C_U8)) in IR_FOLD() function
1019 IR_FOLD(SEXT(C_BOOL)) in IR_FOLD()
1026 IR_FOLD(SEXT(C_I16))
1027 IR_FOLD(SEXT(C_U16)) in IR_FOLD() function
1034 IR_FOLD(SEXT(C_I32))
1035 IR_FOLD(SEXT(C_U32)) in IR_FOLD() function
1042 IR_FOLD(ZEXT(C_I8))
1043 IR_FOLD(ZEXT(C_U8)) in IR_FOLD() function
1044 IR_FOLD(ZEXT(C_BOOL)) in IR_FOLD()
1051 IR_FOLD(ZEXT(C_I16))
1052 IR_FOLD(ZEXT(C_U16)) in IR_FOLD() function
1059 IR_FOLD(ZEXT(C_I32))
1060 IR_FOLD(ZEXT(C_U32)) in IR_FOLD() function
1067 IR_FOLD(TRUNC(C_I16))
1068 IR_FOLD(TRUNC(C_I32)) in IR_FOLD() function
1069 IR_FOLD(TRUNC(C_I64)) in IR_FOLD()
1070 IR_FOLD(TRUNC(C_U16)) in IR_FOLD()
1071 IR_FOLD(TRUNC(C_U32)) in IR_FOLD()
1072 IR_FOLD(TRUNC(C_U64)) in IR_FOLD()
1095 IR_FOLD(BITCAST(C_I8))
1096 IR_FOLD(BITCAST(C_I16)) in IR_FOLD() function
1097 IR_FOLD(BITCAST(C_I32)) in IR_FOLD()
1098 IR_FOLD(BITCAST(C_I64)) in IR_FOLD()
1099 IR_FOLD(BITCAST(C_U8)) in IR_FOLD()
1100 IR_FOLD(BITCAST(C_U16)) in IR_FOLD()
1101 IR_FOLD(BITCAST(C_U32)) in IR_FOLD()
1102 IR_FOLD(BITCAST(C_U64)) in IR_FOLD()
1103 IR_FOLD(BITCAST(C_FLOAT)) in IR_FOLD()
1104 IR_FOLD(BITCAST(C_DOUBLE)) in IR_FOLD()
1105 IR_FOLD(BITCAST(C_BOOL)) in IR_FOLD()
1106 IR_FOLD(BITCAST(C_CHAR)) in IR_FOLD()
1107 IR_FOLD(BITCAST(C_ADDR)) in IR_FOLD()
1142 IR_FOLD(INT2FP(C_I8))
1143 IR_FOLD(INT2FP(C_I16)) in IR_FOLD() function
1144 IR_FOLD(INT2FP(C_I32)) in IR_FOLD()
1145 IR_FOLD(INT2FP(C_I64)) in IR_FOLD()
1155 IR_FOLD(INT2FP(C_U8))
1156 IR_FOLD(INT2FP(C_U16)) in IR_FOLD() function
1157 IR_FOLD(INT2FP(C_U32)) in IR_FOLD()
1158 IR_FOLD(INT2FP(C_U64)) in IR_FOLD()
1168 IR_FOLD(FP2INT(C_FLOAT)) in IR_FOLD() function
1193 IR_FOLD(FP2INT(C_DOUBLE)) in IR_FOLD() function
1218 IR_FOLD(FP2FP(C_FLOAT)) in IR_FOLD() function
1228 IR_FOLD(FP2FP(C_DOUBLE)) in IR_FOLD() function
1241 IR_FOLD(COPY(_)) in IR_FOLD() function
1251 IR_FOLD(PHI(_, _)) // TODO: PHI(_, _, _) in IR_FOLD() function
1261 IR_FOLD(COND(C_BOOL, _)) // TODO: COND(CONST, _, _)
1262 IR_FOLD(COND(C_U8, _)) in IR_FOLD() function
1263 IR_FOLD(COND(C_U16, _)) in IR_FOLD()
1264 IR_FOLD(COND(C_U32, _)) in IR_FOLD()
1265 IR_FOLD(COND(C_U64, _)) in IR_FOLD()
1266 IR_FOLD(COND(C_ADDR, _)) in IR_FOLD()
1267 IR_FOLD(COND(C_CHAR, _)) in IR_FOLD()
1268 IR_FOLD(COND(C_I8, _)) in IR_FOLD()
1269 IR_FOLD(COND(C_I16, _)) in IR_FOLD()
1270 IR_FOLD(COND(C_I32, _)) in IR_FOLD()
1271 IR_FOLD(COND(C_I64, _)) in IR_FOLD()
1272 IR_FOLD(COND(C_DOUBLE, _)) in IR_FOLD()
1273 IR_FOLD(COND(C_FLOAT, _)) in IR_FOLD()
1282 IR_FOLD(BITCAST(_)) in IR_FOLD() function
1291 IR_FOLD(ABS(ABS)) in IR_FOLD() function
1297 IR_FOLD(ABS(NEG)) in IR_FOLD() function
1304 IR_FOLD(NEG(NEG))
1305 IR_FOLD(NOT(NOT)) in IR_FOLD() function
1306 IR_FOLD(BSWAP(BSWAP)) in IR_FOLD()
1312 IR_FOLD(ADD(_, C_U8))
1313 IR_FOLD(ADD(_, C_U16)) in IR_FOLD() function
1314 IR_FOLD(ADD(_, C_U32)) in IR_FOLD()
1315 IR_FOLD(ADD(_, C_U64)) in IR_FOLD()
1316 IR_FOLD(ADD(_, C_I8)) in IR_FOLD()
1317 IR_FOLD(ADD(_, C_I16)) in IR_FOLD()
1318 IR_FOLD(ADD(_, C_I32)) in IR_FOLD()
1319 IR_FOLD(ADD(_, C_I64)) in IR_FOLD()
1320 IR_FOLD(ADD(_, C_ADDR)) in IR_FOLD()
1321 IR_FOLD(SUB(_, C_U8)) in IR_FOLD()
1322 IR_FOLD(SUB(_, C_U16)) in IR_FOLD()
1323 IR_FOLD(SUB(_, C_U32)) in IR_FOLD()
1324 IR_FOLD(SUB(_, C_U64)) in IR_FOLD()
1325 IR_FOLD(SUB(_, C_I8)) in IR_FOLD()
1326 IR_FOLD(SUB(_, C_I16)) in IR_FOLD()
1327 IR_FOLD(SUB(_, C_I32)) in IR_FOLD()
1328 IR_FOLD(SUB(_, C_I64)) in IR_FOLD()
1329 IR_FOLD(SUB(_, C_ADDR)) in IR_FOLD()
1330 IR_FOLD(ADD_OV(_, C_U8)) in IR_FOLD()
1331 IR_FOLD(ADD_OV(_, C_U16)) in IR_FOLD()
1332 IR_FOLD(ADD_OV(_, C_U32)) in IR_FOLD()
1333 IR_FOLD(ADD_OV(_, C_U64)) in IR_FOLD()
1334 IR_FOLD(ADD_OV(_, C_I8)) in IR_FOLD()
1335 IR_FOLD(ADD_OV(_, C_I16)) in IR_FOLD()
1336 IR_FOLD(ADD_OV(_, C_I32)) in IR_FOLD()
1337 IR_FOLD(ADD_OV(_, C_I64)) in IR_FOLD()
1338 IR_FOLD(ADD_OV(_, C_ADDR)) in IR_FOLD()
1339 IR_FOLD(SUB_OV(_, C_U8)) in IR_FOLD()
1340 IR_FOLD(SUB_OV(_, C_U16)) in IR_FOLD()
1341 IR_FOLD(SUB_OV(_, C_U32)) in IR_FOLD()
1342 IR_FOLD(SUB_OV(_, C_U64)) in IR_FOLD()
1343 IR_FOLD(SUB_OV(_, C_I8)) in IR_FOLD()
1344 IR_FOLD(SUB_OV(_, C_I16)) in IR_FOLD()
1345 IR_FOLD(SUB_OV(_, C_I32)) in IR_FOLD()
1346 IR_FOLD(SUB_OV(_, C_I64)) in IR_FOLD()
1347 IR_FOLD(SUB_OV(_, C_ADDR)) in IR_FOLD()
1356 IR_FOLD(SUB(C_I8, _))
1357 IR_FOLD(SUB(C_I16, _)) in IR_FOLD() function
1358 IR_FOLD(SUB(C_I32, _)) in IR_FOLD()
1359 IR_FOLD(SUB(C_I64, _)) in IR_FOLD()
1371 IR_FOLD(ADD(NEG, _)) in IR_FOLD() function
1380 IR_FOLD(ADD(_, NEG))
1381 IR_FOLD(SUB(_,NEG)) in IR_FOLD() function
1389 IR_FOLD(ADD(SUB, _)) in IR_FOLD() function
1400 IR_FOLD(ADD(_, SUB)) in IR_FOLD() function
1411 IR_FOLD(SUB(ADD, _)) in IR_FOLD() function
1425 IR_FOLD(SUB(_, ADD)) in IR_FOLD() function
1445 IR_FOLD(SUB(SUB, _)) in IR_FOLD() function
1459 IR_FOLD(SUB(_, SUB)) in IR_FOLD() function
1470 IR_FOLD(SUB(ADD, ADD)) in IR_FOLD() function
1502 IR_FOLD(MUL(_, C_U8))
1503 IR_FOLD(MUL(_, C_U16)) in IR_FOLD() function
1504 IR_FOLD(MUL(_, C_U32)) in IR_FOLD()
1505 IR_FOLD(MUL(_, C_U64)) in IR_FOLD()
1520 IR_FOLD(MUL(_, C_I8))
1521 IR_FOLD(MUL(_, C_I16)) in IR_FOLD() function
1522 IR_FOLD(MUL(_, C_I32)) in IR_FOLD()
1523 IR_FOLD(MUL(_, C_I64)) in IR_FOLD()
1545 IR_FOLD(MUL(_, C_DOUBLE)) in IR_FOLD() function
1564 IR_FOLD(MUL(_, C_FLOAT)) in IR_FOLD() function
1583 IR_FOLD(DIV(_, C_U8))
1584 IR_FOLD(DIV(_, C_U16)) in IR_FOLD() function
1585 IR_FOLD(DIV(_, C_U32)) in IR_FOLD()
1586 IR_FOLD(DIV(_, C_U64)) in IR_FOLD()
1594 IR_FOLD(DIV(_, C_I8))
1595 IR_FOLD(DIV(_, C_I16)) in IR_FOLD() function
1596 IR_FOLD(DIV(_, C_I32)) in IR_FOLD()
1597 IR_FOLD(DIV(_, C_I64)) in IR_FOLD()
1611 IR_FOLD(MOD(_, C_U8))
1612 IR_FOLD(MOD(_, C_U16)) in IR_FOLD() function
1613 IR_FOLD(MOD(_, C_U32)) in IR_FOLD()
1614 IR_FOLD(MOD(_, C_U64)) in IR_FOLD()
1615 IR_FOLD(MOD(_, C_I8)) in IR_FOLD()
1616 IR_FOLD(MOD(_, C_I16)) in IR_FOLD()
1617 IR_FOLD(MOD(_, C_I32)) in IR_FOLD()
1618 IR_FOLD(MOD(_, C_I64)) in IR_FOLD()
1627 IR_FOLD(DIV(_, C_DOUBLE)) in IR_FOLD() function
1641 IR_FOLD(DIV(_, C_FLOAT)) in IR_FOLD() function
1655 IR_FOLD(MUL(NEG, NEG))
1656 IR_FOLD(DIV(NEG, NEG)) in IR_FOLD() function
1663 IR_FOLD(AND(_, C_BOOL)) in IR_FOLD() function
1668 IR_FOLD(AND(_, C_U8))
1669 IR_FOLD(AND(_, C_I8)) in IR_FOLD() function
1670 IR_FOLD(AND(_, C_CHAR)) in IR_FOLD()
1681 IR_FOLD(AND(_, C_U16))
1682 IR_FOLD(AND(_, C_I16)) in IR_FOLD() function
1693 IR_FOLD(AND(_, C_U32))
1694 IR_FOLD(AND(_, C_I32)) in IR_FOLD() function
1705 IR_FOLD(AND(_, C_U64))
1706 IR_FOLD(AND(_, C_I64)) in IR_FOLD() function
1717 IR_FOLD(OR(_, C_BOOL)) in IR_FOLD() function
1722 IR_FOLD(OR(_, C_U8))
1723 IR_FOLD(OR(_, C_I8)) in IR_FOLD() function
1724 IR_FOLD(OR(_, C_CHAR)) in IR_FOLD()
1735 IR_FOLD(OR(_, C_U16))
1736 IR_FOLD(OR(_, C_I16)) in IR_FOLD() function
1747 IR_FOLD(OR(_, C_U32))
1748 IR_FOLD(OR(_, C_I32)) in IR_FOLD() function
1759 IR_FOLD(OR(_, C_U64))
1760 IR_FOLD(OR(_, C_I64)) in IR_FOLD() function
1771 IR_FOLD(XOR(_, C_BOOL)) in IR_FOLD() function
1784 IR_FOLD(XOR(_, C_U8))
1785 IR_FOLD(XOR(_, C_I8)) in IR_FOLD() function
1786 IR_FOLD(XOR(_, C_CHAR)) in IR_FOLD()
1800 IR_FOLD(XOR(_, C_U16))
1801 IR_FOLD(XOR(_, C_I16)) in IR_FOLD() function
1815 IR_FOLD(XOR(_, C_U32))
1816 IR_FOLD(XOR(_, C_I32)) in IR_FOLD() function
1830 IR_FOLD(XOR(_, C_U64))
1831 IR_FOLD(XOR(_, C_I64)) in IR_FOLD() function
1845 IR_FOLD(SHL(_, C_U8))
1846 IR_FOLD(SHL(_, C_U16)) in IR_FOLD() function
1847 IR_FOLD(SHL(_, C_U32)) in IR_FOLD()
1848 IR_FOLD(SHL(_, C_U64)) in IR_FOLD()
1849 IR_FOLD(SHL(_, C_I8)) in IR_FOLD()
1850 IR_FOLD(SHL(_, C_I16)) in IR_FOLD()
1851 IR_FOLD(SHL(_, C_I32)) in IR_FOLD()
1852 IR_FOLD(SHL(_, C_I64)) in IR_FOLD()
1866 IR_FOLD(SHR(_, C_U8))
1867 IR_FOLD(SHR(_, C_U16)) in IR_FOLD() function
1868 IR_FOLD(SHR(_, C_U32)) in IR_FOLD()
1869 IR_FOLD(SHR(_, C_U64)) in IR_FOLD()
1870 IR_FOLD(SHR(_, C_I8)) in IR_FOLD()
1871 IR_FOLD(SHR(_, C_I16)) in IR_FOLD()
1872 IR_FOLD(SHR(_, C_I32)) in IR_FOLD()
1873 IR_FOLD(SHR(_, C_I64)) in IR_FOLD()
1874 IR_FOLD(SAR(_, C_U8)) in IR_FOLD()
1875 IR_FOLD(SAR(_, C_U16)) in IR_FOLD()
1876 IR_FOLD(SAR(_, C_U32)) in IR_FOLD()
1877 IR_FOLD(SAR(_, C_U64)) in IR_FOLD()
1878 IR_FOLD(SAR(_, C_I8)) in IR_FOLD()
1879 IR_FOLD(SAR(_, C_I16)) in IR_FOLD()
1880 IR_FOLD(SAR(_, C_I32)) in IR_FOLD()
1881 IR_FOLD(SAR(_, C_I64)) in IR_FOLD()
1882 IR_FOLD(ROL(_, C_U8)) in IR_FOLD()
1883 IR_FOLD(ROL(_, C_U16)) in IR_FOLD()
1884 IR_FOLD(ROL(_, C_U32)) in IR_FOLD()
1885 IR_FOLD(ROL(_, C_U64)) in IR_FOLD()
1886 IR_FOLD(ROL(_, C_I8)) in IR_FOLD()
1887 IR_FOLD(ROL(_, C_I16)) in IR_FOLD()
1888 IR_FOLD(ROL(_, C_I32)) in IR_FOLD()
1889 IR_FOLD(ROL(_, C_I64)) in IR_FOLD()
1890 IR_FOLD(ROR(_, C_U8)) in IR_FOLD()
1891 IR_FOLD(ROR(_, C_U16)) in IR_FOLD()
1892 IR_FOLD(ROR(_, C_U32)) in IR_FOLD()
1893 IR_FOLD(ROR(_, C_U64)) in IR_FOLD()
1894 IR_FOLD(ROR(_, C_I8)) in IR_FOLD()
1895 IR_FOLD(ROR(_, C_I16)) in IR_FOLD()
1896 IR_FOLD(ROR(_, C_I32)) in IR_FOLD()
1897 IR_FOLD(ROR(_, C_I64)) in IR_FOLD()
1906 IR_FOLD(SHL(C_U8, _))
1907 IR_FOLD(SHL(C_U16, _)) in IR_FOLD() function
1908 IR_FOLD(SHL(C_U32, _)) in IR_FOLD()
1909 IR_FOLD(SHL(C_U64, _)) in IR_FOLD()
1910 IR_FOLD(SHL(C_I8, _)) in IR_FOLD()
1911 IR_FOLD(SHL(C_I16, _)) in IR_FOLD()
1912 IR_FOLD(SHL(C_I32, _)) in IR_FOLD()
1913 IR_FOLD(SHL(C_I64, _)) in IR_FOLD()
1914 IR_FOLD(SHR(C_U8, _)) in IR_FOLD()
1915 IR_FOLD(SHR(C_U16, _)) in IR_FOLD()
1916 IR_FOLD(SHR(C_U32, _)) in IR_FOLD()
1917 IR_FOLD(SHR(C_U64, _)) in IR_FOLD()
1918 IR_FOLD(SHR(C_I8, _)) in IR_FOLD()
1919 IR_FOLD(SHR(C_I16, _)) in IR_FOLD()
1920 IR_FOLD(SHR(C_I32, _)) in IR_FOLD()
1921 IR_FOLD(SHR(C_I64, _)) in IR_FOLD()
1930 IR_FOLD(SAR(C_U8, _))
1931 IR_FOLD(SAR(C_I8, _)) in IR_FOLD() function
1932 IR_FOLD(ROL(C_U8, _)) in IR_FOLD()
1933 IR_FOLD(ROL(C_I8, _)) in IR_FOLD()
1934 IR_FOLD(ROR(C_U8, _)) in IR_FOLD()
1935 IR_FOLD(ROR(C_I8, _)) in IR_FOLD()
1943 IR_FOLD(SAR(C_U16, _))
1944 IR_FOLD(SAR(C_I16, _)) in IR_FOLD() function
1945 IR_FOLD(ROL(C_U16, _)) in IR_FOLD()
1946 IR_FOLD(ROL(C_I16, _)) in IR_FOLD()
1947 IR_FOLD(ROR(C_U16, _)) in IR_FOLD()
1948 IR_FOLD(ROR(C_I16, _)) in IR_FOLD()
1956 IR_FOLD(SAR(C_U32, _))
1957 IR_FOLD(SAR(C_I32, _)) in IR_FOLD() function
1958 IR_FOLD(ROL(C_U32, _)) in IR_FOLD()
1959 IR_FOLD(ROL(C_I32, _)) in IR_FOLD()
1960 IR_FOLD(ROR(C_U32, _)) in IR_FOLD()
1961 IR_FOLD(ROR(C_I32, _)) in IR_FOLD()
1969 IR_FOLD(SAR(C_U64, _))
1970 IR_FOLD(SAR(C_I64, _)) in IR_FOLD() function
1971 IR_FOLD(ROL(C_U64, _)) in IR_FOLD()
1972 IR_FOLD(ROL(C_I64, _)) in IR_FOLD()
1973 IR_FOLD(ROR(C_U64, _)) in IR_FOLD()
1974 IR_FOLD(ROR(C_I64, _)) in IR_FOLD()
1982 IR_FOLD(LT(ABS, C_I8))
1983 IR_FOLD(LT(ABS, C_I16)) in IR_FOLD() function
1984 IR_FOLD(LT(ABS, C_I32)) in IR_FOLD()
1985 IR_FOLD(LT(ABS, C_I64)) in IR_FOLD()
1986 IR_FOLD(LT(ABS, C_FLOAT)) in IR_FOLD()
1987 IR_FOLD(LT(ABS, C_DOUBLE)) in IR_FOLD()
1996 IR_FOLD(GE(ABS, C_I8))
1997 IR_FOLD(GE(ABS, C_I16)) in IR_FOLD() function
1998 IR_FOLD(GE(ABS, C_I32)) in IR_FOLD()
1999 IR_FOLD(GE(ABS, C_I64)) in IR_FOLD()
2000 IR_FOLD(GE(ABS, C_FLOAT)) in IR_FOLD()
2001 IR_FOLD(GE(ABS, C_DOUBLE)) in IR_FOLD()
2011 IR_FOLD(FP2FP(FP2FP)) in IR_FOLD() function
2022 IR_FOLD(FP2INT(INT2FP)) in IR_FOLD() function
2038 IR_FOLD(TRUNC(ZEXT))
2039 IR_FOLD(TRUNC(SEXT)) in IR_FOLD() function
2063 IR_FOLD(TRUNC(AND)) in IR_FOLD() function
2089 IR_FOLD(EQ(FP2FP, C_DOUBLE))
2090 IR_FOLD(NE(FP2FP, C_DOUBLE)) in IR_FOLD() function
2091 IR_FOLD(LT(FP2FP, C_DOUBLE)) in IR_FOLD()
2092 IR_FOLD(GE(FP2FP, C_DOUBLE)) in IR_FOLD()
2093 IR_FOLD(LE(FP2FP, C_DOUBLE)) in IR_FOLD()
2094 IR_FOLD(GT(FP2FP, C_DOUBLE)) in IR_FOLD()
2095 IR_FOLD(ULT(FP2FP, C_DOUBLE)) in IR_FOLD()
2096 IR_FOLD(UGE(FP2FP, C_DOUBLE)) in IR_FOLD()
2097 IR_FOLD(ULE(FP2FP, C_DOUBLE)) in IR_FOLD()
2098 IR_FOLD(UGT(FP2FP, C_DOUBLE)) in IR_FOLD()
2111 IR_FOLD(ADD(ADD, C_U8))
2112 IR_FOLD(ADD(ADD, C_U16)) in IR_FOLD() function
2113 IR_FOLD(ADD(ADD, C_U32)) in IR_FOLD()
2114 IR_FOLD(ADD(ADD, C_U64)) in IR_FOLD()
2115 IR_FOLD(ADD(ADD, C_ADDR)) in IR_FOLD()
2127 IR_FOLD(ADD(ADD, C_I8))
2128 IR_FOLD(ADD(ADD, C_I16)) in IR_FOLD() function
2129 IR_FOLD(ADD(ADD, C_I32)) in IR_FOLD()
2130 IR_FOLD(ADD(ADD, C_I64)) in IR_FOLD()
2142 IR_FOLD(MUL(MUL, C_U8))
2143 IR_FOLD(MUL(MUL, C_U16)) in IR_FOLD() function
2144 IR_FOLD(MUL(MUL, C_U32)) in IR_FOLD()
2145 IR_FOLD(MUL(MUL, C_U64)) in IR_FOLD()
2157 IR_FOLD(MUL(MUL, C_I8))
2158 IR_FOLD(MUL(MUL, C_I16)) in IR_FOLD() function
2159 IR_FOLD(MUL(MUL, C_I32)) in IR_FOLD()
2160 IR_FOLD(MUL(MUL, C_I64)) in IR_FOLD()
2172 IR_FOLD(AND(AND, C_U8))
2173 IR_FOLD(AND(AND, C_U16)) in IR_FOLD() function
2174 IR_FOLD(AND(AND, C_U32)) in IR_FOLD()
2175 IR_FOLD(AND(AND, C_U64)) in IR_FOLD()
2176 IR_FOLD(AND(AND, C_I8)) in IR_FOLD()
2177 IR_FOLD(AND(AND, C_I16)) in IR_FOLD()
2178 IR_FOLD(AND(AND, C_I32)) in IR_FOLD()
2179 IR_FOLD(AND(AND, C_I64)) in IR_FOLD()
2191 IR_FOLD(OR(OR, C_U8))
2192 IR_FOLD(OR(OR, C_U16)) in IR_FOLD() function
2193 IR_FOLD(OR(OR, C_U32)) in IR_FOLD()
2194 IR_FOLD(OR(OR, C_U64)) in IR_FOLD()
2195 IR_FOLD(OR(OR, C_I8)) in IR_FOLD()
2196 IR_FOLD(OR(OR, C_I16)) in IR_FOLD()
2197 IR_FOLD(OR(OR, C_I32)) in IR_FOLD()
2198 IR_FOLD(OR(OR, C_I64)) in IR_FOLD()
2210 IR_FOLD(XOR(XOR, C_U8))
2211 IR_FOLD(XOR(XOR, C_U16)) in IR_FOLD() function
2212 IR_FOLD(XOR(XOR, C_U32)) in IR_FOLD()
2213 IR_FOLD(XOR(XOR, C_U64)) in IR_FOLD()
2214 IR_FOLD(XOR(XOR, C_I8)) in IR_FOLD()
2215 IR_FOLD(XOR(XOR, C_I16)) in IR_FOLD()
2216 IR_FOLD(XOR(XOR, C_I32)) in IR_FOLD()
2217 IR_FOLD(XOR(XOR, C_I64)) in IR_FOLD()
2229 IR_FOLD(AND(AND, _))
2230 IR_FOLD(OR(OR, _)) in IR_FOLD() function
2231 IR_FOLD(MIN(MIN, _)) in IR_FOLD()
2232 IR_FOLD(MAX(MAX, _)) in IR_FOLD()
2240 IR_FOLD(XOR(XOR, _)) in IR_FOLD() function
2251 IR_FOLD(ADD(_, _))
2252 IR_FOLD(MUL(_, _)) in IR_FOLD() function
2264 IR_FOLD(ADD_OV(_, _))
2265 IR_FOLD(MUL_OV(_, _)) in IR_FOLD() function
2277 IR_FOLD(SUB(_, _)) in IR_FOLD() function
2285 IR_FOLD(SUB_OV(_, _)) in IR_FOLD() function
2295 IR_FOLD(AND(_,_))
2296 IR_FOLD(OR(_,_)) in IR_FOLD() function
2297 IR_FOLD(MIN(_, _)) in IR_FOLD()
2298 IR_FOLD(MAX(_, _)) in IR_FOLD()
2307 IR_FOLD(XOR(_,_)) in IR_FOLD() function
2316 IR_FOLD(EQ(_, _))
2317 IR_FOLD(NE(_, _)) in IR_FOLD() function
2328 IR_FOLD(LT(_, _))
2329 IR_FOLD(GE(_, _)) in IR_FOLD() function
2330 IR_FOLD(LE(_, _)) in IR_FOLD()
2331 IR_FOLD(GT(_, _)) in IR_FOLD()
2348 IR_FOLD(ULT(_, _))
2349 IR_FOLD(UGE(_, _)) in IR_FOLD() function
2350 IR_FOLD(ULE(_, _)) in IR_FOLD()
2351 IR_FOLD(UGT(_, _)) in IR_FOLD()
2365 IR_FOLD(COND(_, _)) // TODO: COND(_, _, _) in IR_FOLD() function