Lines Matching refs:bitcast
11 %bitcast = bitcast <4 x float> %arg to <4 x i32>
12 %and = and <4 x i32> %bitcast, <i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647>
13 %floatcast = bitcast <4 x i32> %and to <4 x float>
25 %bitcast = bitcast <8 x float> %arg to <8 x i32>
26 …%and = and <8 x i32> %bitcast, <i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647, i3…
27 %floatcast = bitcast <8 x i32> %and to <8 x float>
40 %bitcast = bitcast <4 x float> %arg to <4 x i32>
43 %and = and <4 x i32> %bitcast, %mask
44 %floatcast = bitcast <4 x i32> %and to <4 x float>
56 %bitcast = bitcast <8 x float> %arg to <8 x i32>
59 %and = and <8 x i32> %bitcast, %mask
60 %floatcast = bitcast <8 x i32> %and to <8 x float>
72 %bitcast = bitcast <2 x double> %arg to <2 x i64>
73 %and = and <2 x i64> %bitcast, <i64 2147483647, i64 2147483647>
74 %floatcast = bitcast <2 x i64> %and to <2 x double>
86 %bitcast = bitcast <4 x double> %arg to <4 x i64>
87 %and = and <4 x i64> %bitcast, <i64 2147483647, i64 2147483647, i64 2147483647, i64 2147483647>
88 %floatcast = bitcast <4 x i64> %and to <4 x double>
104 %bitcast = bitcast <2 x double> %arg to <2 x i64>
107 %and = and <2 x i64> %bitcast, %mask
108 %floatcast = bitcast <2 x i64> %and to <2 x double>
120 %bitcast = bitcast <4 x double> %arg to <4 x i64>
123 %and = and <4 x i64> %bitcast, %mask
124 %floatcast = bitcast <4 x i64> %and to <4 x double>