Searched refs:IntLiteral2 (Results 1 – 1 of 1) sorted by relevance
986 std::optional<llvm::APInt> IntLiteral2 = in checkIncorrectEqualityOperator() local989 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()