Home | History | Annotate | Download | only in AST

Lines Matching refs:Vec1

606     const DependentSizedExtVectorType *Vec1
611 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
614 Vec1->getElementType(),
622 const VectorType *Vec1 = cast<VectorType>(T1);
625 Vec1->getElementType(),
628 if (Vec1->getNumElements() != Vec2->getNumElements())
630 if (Vec1->getVectorKind() != Vec2->getVectorKind())