Searched refs:IsCommutativeOp (Results 1 – 1 of 1) sorted by relevance
26 const bool IsCommutativeOp(const string& op) { in IsCommutativeOp() function135 if (IsCommutativeOp(op_name) && num_children == 2) { in DoesOpTypePatternMatch()