Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sinh

1191     return Name == "sin" || Name == "sinh" || Name == "sqrt" ||
1395 else if (Name == "sinh" && TLI->has(LibFunc::sinh))
1396 return ConstantFoldFP(sinh, V, Ty);