Searched refs:ExtVectorType (Results 1 – 17 of 17) sorted by relevance
581 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
2439 class ExtVectorType : public VectorType {2440 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) :2497 static bool classof(const ExtVectorType *) { return true; }4768 return isa<ExtVectorType>(CanonicalType);
858 DEF_TRAVERSE_TYPE(ExtVectorType, {1077 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
1337 ExtVectorType> {
1452 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch()1453 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()1488 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
286 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
4267 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType(); in CheckExtVectorCast()5423 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); in CheckAssignmentConstraints()5853 if (const ExtVectorType *LV = LHSType->getAs<ExtVectorType>()) { in CheckVectorOperands()
3277 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
1053 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
394 void TypePrinter::printExtVector(const ExtVectorType *T, std::string &S) { in printExtVector()
56 QualType VisitExtVectorType(const ExtVectorType *T);1492 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
2119 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
2042 ExtVectorType *New = new (*this, TypeAlignment) in getExtVectorType()2043 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
2725 Index = ExtVectorType::getAccessorIdx(Comp[i]); in getEncodedElementAccess()
598 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion()
161 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
94 class ExtVectorType; variable