Home | History | Annotate | Download | only in X86

Lines Matching full: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, i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647>
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>
103 %bitcast = bitcast <2 x double> %arg to <2 x i64>
106 %and = and <2 x i64> %bitcast, %mask
107 %floatcast = bitcast <2 x i64> %and to <2 x double>
119 %bitcast = bitcast <4 x double> %arg to <4 x i64>
122 %and = and <4 x i64> %bitcast, %mask
123 %floatcast = bitcast <4 x i64> %and to <4 x double>