Searched refs:v3f32 (Results 1 – 5 of 5) sorted by relevance
18 %ret = tail call <3 x float> @llvm.fmuladd.v3f32(<3 x float> %a, <3 x float> %b, <3 x float> %c)22 declare <3 x float> @llvm.fmuladd.v3f32(<3 x float>, <3 x float>, <3 x float>) nounwind readnone
5 ; widen a v3f32 to vfi32 to do a vector multiple and an add
72 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef73 struct OddSizeHVA { v3f32 x, y; };
7 declare <3 x float> @llvm.trunc.v3f32(<3 x float>) nounwind readnone40 ; %y = call <3 x float> @llvm.trunc.v3f32(<3 x float> %x) nounwind readnone
7 declare <3 x float> @llvm.ceil.v3f32(<3 x float>) nounwind readnone45 %y = call <3 x float> @llvm.ceil.v3f32(<3 x float> %x) nounwind readnone