Home | History | Annotate | Download | only in AST

Lines Matching defs:IntSize

3605   uint64_t IntSize = getTypeSize(IntTy);
3609 if (BitWidth < IntSize)
3612 if (BitWidth == IntSize)
3633 uint64_t IntSize = getTypeSize(IntTy);
3634 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);
3635 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;