Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

1390   if (!ToType->isVectorType() && !FromType->isVectorType())
1415 if (ToType->isVectorType() && FromType->isVectorType()) {
2163 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() &&
7026 } else if (Ty->isVectorType()) {