Lines Matching refs:getIntWidth
1171 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
1648 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
1659 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3198 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
3366 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
3514 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
8533 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
8540 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
8570 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
12868 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
13923 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()