Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

531   else if (T->isVectorType())
621 IList->getType()->isVectorType())) {
643 CurrentObjectType->isVectorType()? 1 :
687 } else if (DeclType->isVectorType()) {
822 if ((ElemType->isRecordType() || ElemType->isVectorType()) &&
849 (ElemType->isAggregateType() || ElemType->isVectorType())) {
1053 if (!isa<InitListExpr>(Init) && Init->getType()->isVectorType()) {
1116 if (!IType->isVectorType()) {