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