Searched refs:CastingType (Results 1 – 1 of 1) sorted by relevance
1653 APSIntType CastingType(std::max(LHS.getBitWidth(), RHS.getBitWidth()), in VisitBinaryOperator() local1656 RangeSet CastedLHS = RangeFactory.castTo(LHS, CastingType); in VisitBinaryOperator()1657 RangeSet CastedRHS = RangeFactory.castTo(RHS, CastingType); in VisitBinaryOperator()