Home | History | Annotate | Download | only in AST

Lines Matching refs:EltType

2174   QualType EltType = T->getElementType();
2175 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2178 switch (cast<BuiltinType>(EltType)->getKind()) {
2193 switch (cast<BuiltinType>(EltType)->getKind()) {
2211 getASTContext().getTypeSize(EltType));
2222 static StringRef mangleAArch64VectorBase(const BuiltinType *EltType) {
2223 switch (EltType->getKind()) {
2257 QualType EltType = T->getElementType();
2258 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2260 (T->getNumElements() * getASTContext().getTypeSize(EltType));
2268 switch (cast<BuiltinType>(EltType)->getKind()) {
2282 EltName = mangleAArch64VectorBase(cast<BuiltinType>(EltType));