Searched refs:remainingIndices (Results 1 – 1 of 1) sorted by relevance
477 SmallVectorImpl<Value> *remainingIndices) { in recordStructIndices() argument523 remainingIndices); in recordStructIndices()528 if (remainingIndices) in recordStructIndices()529 remainingIndices->push_back(indices[dynamicIndexPos]); in recordStructIndices()532 remainingIndices); in recordStructIndices()545 if (remainingIndices) in findStructIndices()547 remainingIndices->push_back(indices[0]); in findStructIndices()594 SmallVector<Value> remainingIndices; in build() local599 &updatedStructIndices, &remainingIndices)) in build()602 assert(remainingIndices.size() == static_cast<size_t>(llvm::count( in build()[all …]