We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isLoweredToCall
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
1 parent 65d6652 commit e3b92d1Copy full SHA for e3b92d1
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
@@ -174,6 +174,7 @@ class TargetTransformInfoImplBase {
174
Name == "asin" || Name == "asinf" || Name == "asinl" ||
175
Name == "acos" || Name == "acosf" || Name == "acosl" ||
176
Name == "atan" || Name == "atanf" || Name == "atanl" ||
177
+ Name == "atan2" || Name == "atan2f" || Name == "atan2l"||
178
Name == "sinh" || Name == "sinhf" || Name == "sinhl" ||
179
Name == "cosh" || Name == "coshf" || Name == "coshl" ||
180
Name == "tanh" || Name == "tanhf" || Name == "tanhl" ||
0 commit comments