Home
last modified time | relevance | path

Searched refs:vectorOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp373 Value vectorOperand, Value accumulator) { in createIntegerReductionArithmeticOpLowering() argument
374 Value result = rewriter.create<VectorOp>(loc, llvmType, vectorOperand); in createIntegerReductionArithmeticOpLowering()
387 Value vectorOperand, Value accumulator, LLVM::ICmpPredicate predicate) { in createIntegerReductionComparisonOpLowering() argument
388 Value result = rewriter.create<VectorOp>(loc, llvmType, vectorOperand); in createIntegerReductionComparisonOpLowering()