Lines Matching defs:existing
969 if (auto existing = entries[useInfo.number].value) {
970 if (!isForwardRefPlaceholder(existing)) {
977 if (existing.getType() != value.getType()) {
982 .append("previously used here with type ", existing.getType());
988 existing.replaceAllUsesWith(value);
989 existing.getDefiningOp()->destroy();
990 forwardRefPlaceholders.erase(existing);
995 state.asmState->refineDefinition(existing, value);
2323 // removed once defined, so if we are defining a existing block and it is
2405 // If we are defining existing arguments, ensure that the argument
2412 // Finally, make sure the existing argument has the correct type.