Searched refs:splat_operand (Results 1 – 2 of 2) sorted by relevance
793 mlir::Value splat_operand = binary_op.getOperand(kSplatOperandIndex); in matchAndRewrite() local800 splat_operand.getLoc(), scalar_elements_attr.getType(), in matchAndRewrite()
29 define <4 x i32> @splat_operand(<4 x i32> %x) {30 ; CHECK-LABEL: @splat_operand(