Searched refs:new_num_operands (Results 1 – 1 of 1) sorted by relevance
3188 int new_num_operands = old_num_operands; in matchAndRewrite() local3223 new_num_operands--; in matchAndRewrite()3227 if (new_num_operands == old_num_operands) return failure(); in matchAndRewrite()3232 new_while_operands.reserve(new_num_operands); in matchAndRewrite()3233 new_result_types.reserve(new_num_operands); in matchAndRewrite()