Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

773   else if (T->isVectorType())
924 IList->getType()->isVectorType())) {
947 CurrentObjectType->isVectorType()? 1 :
988 } else if (DeclType->isVectorType()) {
1133 assert((ElemType->isRecordType() || ElemType->isVectorType()) &&
1170 (ElemType->isAggregateType() || ElemType->isVectorType())) {
1374 if (!isa<InitListExpr>(Init) && Init->getType()->isVectorType()) {
1476 if (!IType->isVectorType()) {