Searched refs:getUnwidenedIntegerType (Results 1 – 1 of 1) sorted by relevance
169 static std::optional<QualType> getUnwidenedIntegerType(const ASTContext &Ctx, in getUnwidenedIntegerType() function185 return getUnwidenedIntegerType(Ctx, E).has_value(); in IsWidenedIntegerOp()205 auto OptionalLHSTy = getUnwidenedIntegerType(Ctx, BO->getLHS()); in CanElideOverflowCheck()209 auto OptionalRHSTy = getUnwidenedIntegerType(Ctx, BO->getRHS()); in CanElideOverflowCheck()