Searched refs:IntLiteral1 (Results 1 – 1 of 1) sorted by relevance
996 std::optional<llvm::APInt> IntLiteral1 = in checkIncorrectEqualityOperator() local1000 if (!IntLiteral1) { in checkIncorrectEqualityOperator()1001 IntLiteral1 = getIntegerLiteralSubexpressionValue(RHSExpr); in checkIncorrectEqualityOperator()1005 if (!IntLiteral1) in checkIncorrectEqualityOperator()1024 (*IntLiteral2 & *IntLiteral1) != *IntLiteral1) || in checkIncorrectEqualityOperator()1026 (*IntLiteral2 | *IntLiteral1) != *IntLiteral1)) { in checkIncorrectEqualityOperator()1033 if ((*IntLiteral1 == 1) || (*IntLiteral1 == 0)) { in checkIncorrectEqualityOperator()