Home | History | Annotate | Download | only in Analysis

Lines Matching refs:tan

1295     return Name == "tan" || Name == "tanh";
1526 if (Name == "tan" && TLI->has(LibFunc::tan))
1527 return ConstantFoldFP(tan, V, Ty);