Searched refs:extraOperand (Results 1 – 1 of 1) sorted by relevance
493 for (auto extraOperand : sliceState->lbOperands[0]) { in compute() local494 if (!llvm::is_contained(operands, extraOperand)) { in compute()495 operands.push_back(extraOperand); in compute()