Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/Utils/
H A DCommutativityUtils.cpp245 const std::unique_ptr<CommutativeOperand> &constCommOperandB) { in matchAndRewrite() argument
246 if (constCommOperandA->operand == constCommOperandB->operand) in matchAndRewrite()
254 constCommOperandB); in matchAndRewrite()