Home | History | Annotate | Download | only in AST

Lines Matching refs:PtrSize

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