Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp82 std::function<Value(Type, ValueRange)> createOperand, in handleMultidimensionalVectors() argument
99 Value newVal = createOperand(result1DVectorTy, extractedOperands); in handleMultidimensionalVectors()
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DVectorPattern.h54 std::function<Value(Type, ValueRange)> createOperand,