Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

694   else if (T->isVectorType())
782 IList->getType()->isVectorType())) {
805 CurrentObjectType->isVectorType()? 1 :
849 } else if (DeclType->isVectorType()) {
924 assert((ElemType->isRecordType() || ElemType->isVectorType() ||
980 if ((ElemType->isRecordType() || ElemType->isVectorType()) &&
1007 (ElemType->isAggregateType() || ElemType->isVectorType())) {
1211 if (!isa<InitListExpr>(Init) && Init->getType()->isVectorType()) {
1313 if (!IType->isVectorType()) {