Lines Matching defs:operandValue
276 Value operandValue = operand.get();
278 builder.setInsertionPointAfterValue(operandValue);
286 auto shardingOp = builder.create<ShardingOp>(operandValue.getLoc(), sharding);
288 builder.create<ShardOp>(operandValue.getLoc(), operandValue, shardingOp,
292 operandValue, newShardOp, [operandOp, operandValue](OpOperand &use) {
293 return use.getOwner() == operandOp && use.get() == operandValue;
301 builder.create<ShardOp>(operandValue.getLoc(), newShardOp, shardingOp,
318 Value operandValue = operand.get();
320 Operation *operandSrcOp = operandValue.getDefiningOp();
334 builder.create<ShardOp>(operandValue.getLoc(), operandValue, shardingOp,
338 operandValue, newShardOp, [operandOp, operandValue](OpOperand &use) {
339 return use.getOwner() == operandOp && use.get() == operandValue;
349 builder.create<ShardOp>(operandValue.getLoc(), operandValue, shardingOp,