Home
last modified time | relevance | path

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

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