Lines Matching defs:otherHandle
479 Operation *payloadOp, Value otherHandle, Value throughValue,
484 if (invalidatedHandles.count(otherHandle) ||
485 newlyInvalidated.count(otherHandle))
518 newlyInvalidated[otherHandle] = [ancestorLoc, opLoc, owner, operandNo,
519 otherHandle,
524 diag.attachNote(otherHandle.getLoc()) << "handle to invalidated ops";
642 for (Value otherHandle : otherHandles)
644 otherHandle, throughValue,
672 for (Value otherHandle : otherValueHandles) {
676 newlyInvalidated[otherHandle] = [otherHandle, owner, operandNo,
681 diag.attachNote(otherHandle.getLoc()) << "invalidated handle";