Searched refs:BinOpCstLeft (Results 1 – 1 of 1) sorted by relevance
939 const auto BinOpCstLeft = matchBinOpIntegerConstantExpr("lhs"); in registerMatchers() local947 hasOperands(BinOpCstLeft, in registerMatchers()957 anyOf(allOf(hasLHS(BinOpCstLeft), hasRHS(SymRight)), in registerMatchers()958 allOf(hasLHS(SymRight), hasRHS(BinOpCstLeft)))) in registerMatchers()965 binaryOperator(isComparisonOperator(), hasLHS(BinOpCstLeft), in registerMatchers()