Home | History | Annotate | Download | only in Utils

Lines Matching full:cospi

1508   // Look for all compatible sinpi, cospi and sincospi calls with the same
1515 // It's only worthwhile if both sinpi and cospi are actually used.
1571 else if (Func == LibFunc::cospi)
1624 Cos = B.CreateExtractValue(SinCos, 1, "cospi");
1629 "cospi");
2234 case LibFunc::cospi: