Searched refs:SinVals (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2240 const double SinVals[4] = { 0.0, 1.0, 0.0, -1.0 }; local
2241 V = SinVals[((int)V4 + (IsCos ? 1 : 0)) & 3];

Completed in 110 milliseconds