Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp169 static std::optional<QualType> getUnwidenedIntegerType(const ASTContext &Ctx, in getUnwidenedIntegerType() function
185 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()