Lines Matching refs:getIntWidth
2080 Width = Target->getIntWidth(); in getTypeInfoImpl()
7049 return 1 + (getIntWidth(BoolTy) << 3); in getIntegerRank()
7054 return 2 + (getIntWidth(CharTy) << 3); in getIntegerRank()
7057 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
7060 return 4 + (getIntWidth(IntTy) << 3); in getIntegerRank()
7063 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
7066 return 6 + (getIntWidth(LongLongTy) << 3); in getIntegerRank()
7069 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
7183 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()
7184 uint64_t IntSize = getIntWidth(IntTy); in getPromotedIntegerType()
7926 if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
7929 if (BT->getKind() == BuiltinType::Long && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
10901 unsigned ASTContext::getIntWidth(QualType T) const { in getIntWidth() function in ASTContext
13259 getIntWidth(Ty), Ty->isSignedIntegerType()); in getFixedPointSemantics()