Home | History | Annotate | Download | only in AST

Lines Matching defs:BitSize

2086   unsigned BitSize = (T->getNumElements() *
2088 if (BitSize == 64)
2091 assert(BitSize == 128 && "Neon vector type not 64 or 128 bits");