Home | History | Annotate | Download | only in AST

Lines Matching refs:Vec2

553     const DependentSizedExtVectorType *Vec2
556 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
560 Vec2->getElementType()))
568 const VectorType *Vec2 = cast<VectorType>(T2);
571 Vec2->getElementType()))
573 if (Vec1->getNumElements() != Vec2->getNumElements())
575 if (Vec1->getVectorKind() != Vec2->getVectorKind())