Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp722 ValueRange lhsOperands = lhs->getOperands(), rhsOperands = rhs->getOperands(); in isEquivalentTo() local
725 lhsOperandStorage.append(lhsOperands.begin(), lhsOperands.end()); in isEquivalentTo()
729 lhsOperands = lhsOperandStorage; in isEquivalentTo()
751 if (!checkValueRangeMapping(lhsOperands, rhsOperands, mapOperands)) in isEquivalentTo()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp502 auto lhsOperands = lhsIt->getOperands(), rhsOperands = rhsIt->getOperands(); in addToCluster() local
504 Value lhsOperand = lhsOperands[operand]; in addToCluster()