Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

1805   bool destIsVector = DestType->isVectorType();
1806 bool srcIsVector = SrcType->isVectorType();
2172 if (!DestType->isScalarType() && !DestType->isVectorType()) {
2216 if (!SrcType->isScalarType() && !SrcType->isVectorType()) {
2239 if (SrcType->isVectorType()) {