Lines Matching full:bitcast
11 // CHECK: [[TMP0:%.*]] = bitcast <2 x float> %accum to <8 x i8>
12 // CHECK: [[TMP1:%.*]] = bitcast <2 x float> %lhs to <8 x i8>
13 // CHECK: [[TMP2:%.*]] = bitcast <2 x float> %rhs to <8 x i8>
14 // CHECK: [[TMP3:%.*]] = bitcast <8 x i8> [[TMP0]] to <2 x float>
15 // CHECK: [[TMP4:%.*]] = bitcast <8 x i8> [[TMP1]] to <2 x float>
16 // CHECK: [[TMP5:%.*]] = bitcast <8 x i8> [[TMP2]] to <2 x float>
24 // CHECK: [[TMP0:%.*]] = bitcast <4 x float> %accum to <16 x i8>
25 // CHECK: [[TMP1:%.*]] = bitcast <4 x float> %lhs to <16 x i8>
26 // CHECK: [[TMP2:%.*]] = bitcast <4 x float> %rhs to <16 x i8>
27 // CHECK: [[TMP3:%.*]] = bitcast <16 x i8> [[TMP0]] to <4 x float>
28 // CHECK: [[TMP4:%.*]] = bitcast <16 x i8> [[TMP1]] to <4 x float>
29 // CHECK: [[TMP5:%.*]] = bitcast <16 x i8> [[TMP2]] to <4 x float>