Home | History | Annotate | Download | only in AST

Lines Matching refs:IntSize

4427   uint64_t IntSize = getTypeSize(IntTy);
4431 if (BitWidth < IntSize)
4434 if (BitWidth == IntSize)
4483 uint64_t IntSize = getIntWidth(IntTy);
4484 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);
4485 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;