Lines Matching full:llvm
6 declare float @llvm.rint.f32(float %f)
11 %res = call float @llvm.rint.f32(float %f)
16 declare double @llvm.rint.f64(double %f)
21 %res = call double @llvm.rint.f64(double %f)
26 declare fp128 @llvm.rint.f128(fp128 %f)
32 %res = call fp128 @llvm.rint.f128(fp128 %src)
38 declare float @llvm.nearbyint.f32(float %f)
43 %res = call float @llvm.nearbyint.f32(float %f)
48 declare double @llvm.nearbyint.f64(double %f)
53 %res = call double @llvm.nearbyint.f64(double %f)
61 declare float @llvm.floor.f32(float %f)
66 %res = call float @llvm.floor.f32(float %f)
71 declare double @llvm.floor.f64(double %f)
76 %res = call double @llvm.floor.f64(double %f)
84 declare float @llvm.ceil.f32(float %f)
89 %res = call float @llvm.ceil.f32(float %f)
94 declare double @llvm.ceil.f64(double %f)
99 %res = call double @llvm.ceil.f64(double %f)
107 declare float @llvm.trunc.f32(float %f)
112 %res = call float @llvm.trunc.f32(float %f)
117 declare double @llvm.trunc.f64(double %f)
122 %res = call double @llvm.trunc.f64(double %f)
130 declare float @llvm.round.f32(float %f)
135 %res = call float @llvm.round.f32(float %f)
140 declare double @llvm.round.f64(double %f)
145 %res = call double @llvm.round.f64(double %f)