Home | History | Annotate | Download | only in AST

Lines Matching defs:Vec1

508     const DependentSizedExtVectorType *Vec1
513 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
516 Vec1->getElementType(),
524 const VectorType *Vec1 = cast<VectorType>(T1);
527 Vec1->getElementType(),
530 if (Vec1->getNumElements() != Vec2->getNumElements())
532 if (Vec1->getVectorKind() != Vec2->getVectorKind())