Searched refs:removed_operand (Results 1 – 5 of 5) sorted by relevance
812 bool removed_operand = false; in ProcessGlobalValues() local820 removed_operand = true; in ProcessGlobalValues()829 } else if (removed_operand) { in ProcessGlobalValues()839 bool removed_operand = false; in ProcessGlobalValues() local848 removed_operand = true; in ProcessGlobalValues()857 } else if (removed_operand) { in ProcessGlobalValues()
2991 SmallVector<bool, 16> removed_operand(old_num_operands, false); in matchAndRewrite() local3018 removed_operand[op_idx] = true; in matchAndRewrite()3034 if (removed_operand[op_idx]) continue; in matchAndRewrite()3060 if (removed_operand[op_idx]) { in matchAndRewrite()
2719 SmallVector<bool, 4> removed_operand(while_op.getNumOperands(), false); in matchAndRewrite() local2741 removed_operand[while_index] = true; in matchAndRewrite()2763 if (removed_operand[op_index]) continue; in matchAndRewrite()