Home | History | Annotate | Download | only in AST

Lines Matching refs:IntSize

4682   uint64_t IntSize = getTypeSize(IntTy);
4697 if (BitWidth < IntSize)
4700 if (BitWidth == IntSize)
4750 uint64_t IntSize = getIntWidth(IntTy);
4751 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);
4752 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;