Searched defs:SVEType (Results 1 – 1 of 1) sorted by relevance
69 class SVEType { class76 SVEType() : SVEType("", 'v') {} in SVEType() function in __anone51b860d0111::SVEType78 SVEType(StringRef TS, char CharMod, unsigned NumVectors = 1) in SVEType() function in __anone51b860d0111::SVEType89 SVEType(const SVEType &Base, unsigned NumV) : SVEType(Base) { in SVEType() function in __anone51b860d0111::SVEType