Home | History | Annotate | Download | only in AST

Lines Matching defs:Vec2

493     const DependentSizedExtVectorType *Vec2
496 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
500 Vec2->getElementType()))
508 const VectorType *Vec2 = cast<VectorType>(T2);
511 Vec2->getElementType()))
513 if (Vec1->getNumElements() != Vec2->getNumElements())
515 if (Vec1->getVectorKind() != Vec2->getVectorKind())