Home | History | Annotate | Download | only in AST

Lines Matching full:vec1

485     const DependentSizedExtVectorType *Vec1
490 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
493 Vec1->getElementType(),
501 const VectorType *Vec1 = cast<VectorType>(T1);
504 Vec1->getElementType(),
507 if (Vec1->getNumElements() != Vec2->getNumElements())
509 if (Vec1->getVectorKind() != Vec2->getVectorKind())