Lines Matching full:exp2
8456 '``llvm.exp2.*``' Intrinsic
8462 This is an overloaded intrinsic. You can use ``llvm.exp2`` on any
8468 declare float @llvm.exp2.f32(float %Val)
8469 declare double @llvm.exp2.f64(double %Val)
8470 declare x86_fp80 @llvm.exp2.f80(x86_fp80 %Val)
8471 declare fp128 @llvm.exp2.f128(fp128 %Val)
8472 declare ppc_fp128 @llvm.exp2.ppcf128(ppc_fp128 %Val)
8477 The '``llvm.exp2.*``' intrinsics perform the exp2 function.
8488 This function returns the same values as the libm ``exp2`` functions