Searched refs:rhsOperandStorage (Results 1 – 1 of 1) sorted by relevance
723 SmallVector<Value> lhsOperandStorage, rhsOperandStorage; in isEquivalentTo() local731 rhsOperandStorage.append(rhsOperands.begin(), rhsOperands.end()); in isEquivalentTo()732 llvm::sort(rhsOperandStorage, [](Value a, Value b) -> bool { in isEquivalentTo()735 rhsOperands = rhsOperandStorage; in isEquivalentTo()