Lines Matching refs:getIntWidth
2043 Width = Target->getIntWidth(); in getTypeInfoImpl()
7504 return 1 + (getIntWidth(BoolTy) << 3); in getIntegerRank()
7509 return 2 + (getIntWidth(CharTy) << 3); in getIntegerRank()
7512 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
7515 return 4 + (getIntWidth(IntTy) << 3); in getIntegerRank()
7518 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
7521 return 6 + (getIntWidth(LongLongTy) << 3); in getIntegerRank()
7524 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
7646 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()
7647 uint64_t IntSize = getIntWidth(IntTy); in getPromotedIntegerType()
8393 if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
8396 if (BT->getKind() == BuiltinType::Long && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
11487 unsigned ASTContext::getIntWidth(QualType T) const { in getIntWidth() function in ASTContext
13987 getIntWidth(Ty), Ty->isSignedIntegerType()); in getFixedPointSemantics()