Home
last modified time | relevance | path

Searched refs:getUnwidenedIntegerType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1264 getUnwidenedIntegerType(const ASTContext &astContext, const Expr *e) { in getUnwidenedIntegerType() function
1280 return getUnwidenedIntegerType(astContext, e).has_value(); in isWidenedIntegerOp()
1302 getUnwidenedIntegerType(astContext, bo->getLHS()); in canElideOverflowCheck()
1307 getUnwidenedIntegerType(astContext, bo->getRHS()); in canElideOverflowCheck()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp173 static std::optional<QualType> getUnwidenedIntegerType(const ASTContext &Ctx, in getUnwidenedIntegerType() function
189 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()