Lines Matching refs:contract
20 %0 = fmul contract reassoc double %b, %c
21 %1 = fsub contract reassoc double %a, %0
39 %0 = fmul contract reassoc double %a, %b
40 %1 = fmul contract reassoc double %c, %d
41 %2 = fsub contract reassoc double %0, %1
59 %0 = fsub contract reassoc double -0.0, %a
60 %1 = call contract reassoc double @llvm.fma.f64(double %0, double %b,
78 %0 = fmul contract reassoc float %b, %c
79 %1 = fsub contract reassoc float %a, %0
97 %0 = fmul contract reassoc float %a, %b
98 %1 = fmul contract reassoc float %c, %d
99 %2 = fsub contract reassoc float %0, %1
117 %0 = fsub contract reassoc float -0.0, %a
118 %1 = call contract reassoc float @llvm.fma.f32(float %0, float %b, float %c)
139 %0 = fsub contract reassoc <2 x double> <double -0.0, double -0.0>, %a
140 %1 = call contract reassoc <2 x double> @llvm.fma.v2f64(<2 x double> %0,
163 %0 = fsub contract reassoc <4 x float> <float -0.0, float -0.0, float -0.0,
165 %1 = call contract reassoc <4 x float> @llvm.fma.v4f32(<4 x float> %0,