Home | History | Annotate | Download | only in InstCombine

Lines Matching full:double

109 define <2 x double> @fa(<2 x double> %t) {
110 %a = fptrunc <2 x double> %t to <2 x float>
111 %b = fpext <2 x float> %a to <2 x double>
112 ret <2 x double> %b
114 define <2 x double> @fb(<2 x double> %t) {
115 %a = fptoui <2 x double> %t to <2 x i64>
116 %b = uitofp <2 x i64> %a to <2 x double>
117 ret <2 x double> %b
119 define <2 x double> @fc(<2 x double> %t) {
120 %a = fptosi <2 x double> %t to <2 x i64>
121 %b = sitofp <2 x i64> %a to <2 x double>
122 ret <2 x double> %b