Searched refs:makeDoubleDouble (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1261 static FunctionType *makeDoubleDouble(LLVMContext &C) { in makeDoubleDouble() function 1315 {"llvm.sqrt.f32", Intrinsic::sqrt, makeDoubleDouble}, 1321 {"llvm.sin.f32", Intrinsic::sin, makeDoubleDouble}, 1324 {"llvm.cos.f32", Intrinsic::cos, makeDoubleDouble}, 1330 {"llvm.exp.f32", Intrinsic::exp, makeDoubleDouble}, 1333 {"llvm.exp2.f32", Intrinsic::exp2, makeDoubleDouble}, 1336 {"llvm.log.f32", Intrinsic::log, makeDoubleDouble}, 1339 {"llvm.log10.f32", Intrinsic::log10, makeDoubleDouble}, 1342 {"llvm.log2.f32", Intrinsic::log2, makeDoubleDouble}, 1354 {"llvm.fabs.f32", Intrinsic::fabs, makeDoubleDouble}, [all …]
|