Searched refs:IntLiteral2 (Results 1 – 1 of 1) sorted by relevance
562 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); in checkIncorrectEqualityOperator() local564 if (!IntLiteral2) in checkIncorrectEqualityOperator()565 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2); in checkIncorrectEqualityOperator()567 if (!IntLiteral2) in checkIncorrectEqualityOperator()571 llvm::APInt L2 = IntLiteral2->getValue(); in checkIncorrectEqualityOperator()