Home | History | Annotate | Download | only in AST

Lines Matching refs:PtrSize

6850       unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy);
6853 assert(PtrSize <= 64 && "Unexpected pointer width");
6854 uint64_t Mask = ~0ULL >> (64 - PtrSize);