Searched refs:IntLiteral1 (Results 1 – 1 of 1) sorted by relevance
968 std::optional<llvm::APInt> IntLiteral1 = in checkIncorrectEqualityOperator() local972 if (!IntLiteral1) { in checkIncorrectEqualityOperator()973 IntLiteral1 = getIntegerLiteralSubexpressionValue(RHSExpr); in checkIncorrectEqualityOperator()977 if (!IntLiteral1) in checkIncorrectEqualityOperator()996 (*IntLiteral2 & *IntLiteral1) != *IntLiteral1) || in checkIncorrectEqualityOperator()998 (*IntLiteral2 | *IntLiteral1) != *IntLiteral1)) { in checkIncorrectEqualityOperator()1005 if ((*IntLiteral1 == 1) || (*IntLiteral1 == 0)) { in checkIncorrectEqualityOperator()