Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

1382   if (!ToType->isVectorType() && !FromType->isVectorType())
1407 if (ToType->isVectorType() && FromType->isVectorType()) {
2134 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() &&
6761 } else if (Ty->isVectorType()) {