Home | History | Annotate | Download | only in AST

Lines Matching defs:Vec2

514     const DependentSizedExtVectorType *Vec2
517 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
521 Vec2->getElementType()))
529 const VectorType *Vec2 = cast<VectorType>(T2);
532 Vec2->getElementType()))
534 if (Vec1->getNumElements() != Vec2->getNumElements())
536 if (Vec1->getVectorKind() != Vec2->getVectorKind())