Searched refs:collectOperands (Results 1 – 1 of 1) sorted by relevance
348 static bool collectOperands(const Expr *Part, in collectOperands() function355 return collectOperands<TExpr>(Operands.first, AllOperands, OpKind) || in collectOperands()356 collectOperands<TExpr>(Operands.second, AllOperands, OpKind); in collectOperands()405 if (collectOperands<TExpr>(Operands.first, AllOperands, OpKind)) in markDuplicateOperands()407 if (collectOperands<TExpr>(Operands.second, AllOperands, OpKind)) in markDuplicateOperands()