Lines Matching refs:cast2
282 %a.cast2 = bitcast i32* %a.gep2 to <2 x i32>*
283 store <2 x i32> <i32 2, i32 2>, <2 x i32>* %a.cast2
316 %a.cast2 = bitcast i32* %a.gep2 to <2 x i32>*
317 %third = load <2 x i32>, <2 x i32>* %a.cast2
349 %a.cast2 = bitcast float* %a.gep2 to i8*
350 call void @llvm.memset.p0i8.i32(i8* %a.cast2, i8 3, i32 8, i32 0, i1 false)
387 %a.cast2 = bitcast float* %a.gep2 to i8*
388 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %a.cast2, i8* %z, i32 8, i32 0, i1 false)
401 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %out, i8* %a.cast2, i32 8, i32 0, i1 false)
617 %cast2 = bitcast <3 x i32>* %a to <3 x float>*
618 %cast3 = bitcast <3 x float>* %cast2 to <4 x float>*