Home | History | Annotate | Download | only in Sema

Lines Matching refs:isScalarType

5516     assert(eltType->isScalarType());
5544 if (srcTy->isScalarType() && destTy->isExtVectorType()) return false;
5545 if (destTy->isScalarType() && srcTy->isExtVectorType()) return false;
5864 if (CondTy->isScalarType()) return false;
8454 if (!R->isScalarType())
9175 if (!LHS.get()->getType()->isScalarType() ||
9176 !RHS.get()->getType()->isScalarType())
10879 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) {
13942 if (!T->isScalarType()) { // C99 6.8.4.1p1