Searched refs:getUnwidenedIntegerType (Results 1 – 2 of 2) sorted by relevance
1264 getUnwidenedIntegerType(const ASTContext &astContext, const Expr *e) { in getUnwidenedIntegerType() function1280 return getUnwidenedIntegerType(astContext, e).has_value(); in isWidenedIntegerOp()1302 getUnwidenedIntegerType(astContext, bo->getLHS()); in canElideOverflowCheck()1307 getUnwidenedIntegerType(astContext, bo->getRHS()); in canElideOverflowCheck()
173 static std::optional<QualType> getUnwidenedIntegerType(const ASTContext &Ctx, in getUnwidenedIntegerType() function189 return getUnwidenedIntegerType(Ctx, E).has_value(); in IsWidenedIntegerOp()232 auto OptionalLHSTy = getUnwidenedIntegerType(Ctx, BO->getLHS()); in CanElideOverflowCheck()236 auto OptionalRHSTy = getUnwidenedIntegerType(Ctx, BO->getRHS()); in CanElideOverflowCheck()