Home | History | Annotate | Download | only in Analysis

Lines Matching refs:cosh

1169     return Name == "cos" || Name == "ceil" || Name == "cosf" || Name == "cosh";
1346 else if (Name == "cosh" && TLI->has(LibFunc::cosh))
1347 return ConstantFoldFP(cosh, V, Ty);