Lines Matching refs:remainingIndices
477 SmallVectorImpl<Value> *remainingIndices) { in recordStructIndices() argument
523 remainingIndices); in recordStructIndices()
528 if (remainingIndices) in recordStructIndices()
529 remainingIndices->push_back(indices[dynamicIndexPos]); in recordStructIndices()
532 remainingIndices); in recordStructIndices()
544 SmallVectorImpl<Value> *remainingIndices = nullptr) { in findStructIndices() argument
545 if (remainingIndices) in findStructIndices()
547 remainingIndices->push_back(indices[0]); in findStructIndices()
549 indices, updatedStructIndices, remainingIndices); in findStructIndices()
594 SmallVector<Value> remainingIndices; in build() local
599 &updatedStructIndices, &remainingIndices)) in build()
602 assert(remainingIndices.size() == static_cast<size_t>(llvm::count( in build()
615 result.addOperands(remainingIndices); in build()