Searched refs:checkOpKind (Results 1 – 1 of 1) sorted by relevance
336 static const TExpr *checkOpKind(const Expr *TheExpr, in checkOpKind() function351 if (const auto *BinOp = checkOpKind<TExpr>(Part, OpKind)) { in collectOperands()376 if (checkOpKind<TExpr>(Parent, OpKind)) in hasSameOperatorParent()395 if (!(checkOpKind<TExpr>(Operands.first, OpKind) || in markDuplicateOperands()396 checkOpKind<TExpr>(Operands.second, OpKind))) in markDuplicateOperands()