Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp579 auto firstOperand = symbolInfoIt->second.getVarName(symbolInfoIt->first); in emitMatchLogic() local
584 formatv("*{0}.begin() == *{1}.begin()", firstOperand, secondOperand), in emitMatchLogic()
585 formatv("\"Operands '{0}' and '{1}' must be equal\"", firstOperand, in emitMatchLogic()