Home | History | Annotate | Download | only in Sema

Lines Matching refs:scalarTy

6803                                      QualType scalarTy,
6811 if (!scalarTy->isIntegralType(S.Context))
6814 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0)
6818 if (scalarTy->isRealFloatingType()) {
6820 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0)
6824 else if (scalarTy->isIntegralType(S.Context))