Home
last modified time | relevance | path

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

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