Lines Matching full:floor
8 declare float @llvm.floor.f32(float) #0
19 %floor.x = call float @llvm.floor.f32(float %x)
20 %fract = fsub float %x, %floor.x
35 %floor.x.neg = call float @llvm.floor.f32(float %x.neg)
36 %fract = fsub float %x.neg, %floor.x.neg
52 %floor.neg.abs.x = call float @llvm.floor.f32(float %neg.abs.x)
53 %fract = fsub float %neg.abs.x, %floor.neg.abs.x
59 ; GCN-UNSAFE-DAG: v_floor_f32_e32 [[FLOOR:v[0-9]+]], [[INPUT:v[0-9]+]]
62 ; GCN-UNSAFE: buffer_store_dword [[FLOOR]]
66 %floor.x = call float @llvm.floor.f32(float %x)
67 %fract = fsub float %x, %floor.x
68 store volatile float %floor.x, float addrspace(1)* %out