Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp986 std::optional<llvm::APInt> IntLiteral2 = in checkIncorrectEqualityOperator() local
989 if (!IntLiteral2) in checkIncorrectEqualityOperator()
990 IntLiteral2 = getIntegerLiteralSubexpressionValue(RHSExpr2); in checkIncorrectEqualityOperator()
992 if (!IntLiteral2) in checkIncorrectEqualityOperator()
996 (*IntLiteral2 & *IntLiteral1) != *IntLiteral1) || in checkIncorrectEqualityOperator()
998 (*IntLiteral2 | *IntLiteral1) != *IntLiteral1)) { in checkIncorrectEqualityOperator()