Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DLLVMIRConversionGen.cpp73 static bool isVariadicOperandName(const tblgen::Operator &op, StringRef name) { in isVariadicOperandName() function
128 bool isVariadicOperand = isVariadicOperandName(op, name); in emitOneBuilder()