Lines Matching refs:getIntWidth
2010 Width = Target->getIntWidth(); in getTypeInfoImpl()
7056 return 1 + (getIntWidth(BoolTy) << 3); in getIntegerRank()
7061 return 2 + (getIntWidth(CharTy) << 3); in getIntegerRank()
7064 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
7067 return 4 + (getIntWidth(IntTy) << 3); in getIntegerRank()
7070 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
7073 return 6 + (getIntWidth(LongLongTy) << 3); in getIntegerRank()
7076 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
7190 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()
7191 uint64_t IntSize = getIntWidth(IntTy); in getPromotedIntegerType()
7937 if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
7940 if (BT->getKind() == BuiltinType::Long && getIntWidth(PointeeTy) == 32) in getLegacyIntegralTypeEncoding()
11008 unsigned ASTContext::getIntWidth(QualType T) const { in getIntWidth() function in ASTContext
13411 getIntWidth(Ty), Ty->isSignedIntegerType()); in getFixedPointSemantics()