Lines Matching refs:getIntWidth
2077 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2104 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
7356 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
7368 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
7497 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
7508 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
7591 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
7601 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
9010 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
9525 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
11452 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()