Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OpenCL

2276     if (CGF.getLangOpts().OpenCL) {
2277 // OpenCL 1.1 7.4: minimum accuracy of single precision / is 2.5ulp
2711 // OpenCL 6.3j: shift values are effectively % word size of LHS.
2712 if (CGF.getLangOpts().OpenCL)
2772 // OpenCL 6.3j: shift values are effectively % word size of LHS.
2773 if (CGF.getLangOpts().OpenCL)
3246 // OpenCL: If the condition is a vector, we can treat this condition like
3248 if (CGF.getLangOpts().OpenCL