Home | History | Annotate | Download | only in AST

Lines Matching defs:BitSize

2192   unsigned BitSize = (T->getNumElements() *
2194 if (BitSize == 64)
2197 assert(BitSize == 128 && "Neon vector type not 64 or 128 bits");
2239 unsigned BitSize =
2241 (void)BitSize; // Silence warning.
2243 assert((BitSize == 64 || BitSize == 128) &&
2246 assert(getASTContext().getTypeSize(EltType) != BitSize &&