Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

1832   bool destIsVector = DestType->isVectorType();
1833 bool srcIsVector = SrcType->isVectorType();
2220 if (!DestType->isScalarType() && !DestType->isVectorType()) {
2264 if (!SrcType->isScalarType() && !SrcType->isVectorType()) {
2287 if (SrcType->isVectorType()) {