Lines Matching full:tanh
3 ; Make sure dxil operation function calls for tanh are generated for float and half.
8 %elt.tanh = call float @llvm.tanh.f32(float %a)
9 ret float %elt.tanh
15 %elt.tanh = call half @llvm.tanh.f16(half %a)
16 ret half %elt.tanh
33 %2 = call <4 x float> @llvm.tanh.v4f32(<4 x float> %a)
39 declare half @llvm.tanh.f16(half)
40 declare float @llvm.tanh.f32(float)
41 declare <4 x float> @llvm.tanh.v4f32(<4 x float>)