Lines Matching refs:unsigned
7 %unsigned = fptoui float %in to i32
11 %res = sub i32 %signed, %unsigned
22 %unsigned = fptoui double %in to i32
26 %res = sub i32 %signed, %unsigned
37 %unsigned = fptoui float %in to i64
41 %res = sub i64 %signed, %unsigned
52 %unsigned = fptoui double %in to i64
56 %res = sub i64 %signed, %unsigned
67 %unsigned = uitofp i32 %in to float
71 %res = fsub float %signed, %unsigned
81 %unsigned = uitofp i32 %in to double
85 %res = fsub double %signed, %unsigned
95 %unsigned = uitofp i64 %in to float
99 %res = fsub float %signed, %unsigned
109 %unsigned = uitofp i64 %in to double
113 %res = fsub double %signed, %unsigned