Searched refs:subOperands (Results 1 – 1 of 1) sorted by relevance
1372 SmallVector<Value, 4> subOperands; in createAffineComputationSlice() local1373 subOperands.reserve(opInst->getNumOperands()); in createAffineComputationSlice()1376 subOperands.push_back(operand); in createAffineComputationSlice()1380 getReachableAffineApplyOps(subOperands, affineApplyOps); in createAffineComputationSlice()1402 SmallVector<Value, 4> composedOpOperands(subOperands); in createAffineComputationSlice()1423 for (j = 0, f = subOperands.size(); j < f; j++) { in createAffineComputationSlice()1424 if (newOperands[i] == subOperands[j]) in createAffineComputationSlice()1427 if (j < subOperands.size()) { in createAffineComputationSlice()