Lines Matching refs:updatedStructIndices
476 SmallVectorImpl<int32_t> *updatedStructIndices, in recordStructIndices() argument
496 if (!isStaticIndex && updatedStructIndices) { in recordStructIndices()
516 if (updatedStructIndices) in recordStructIndices()
517 (*updatedStructIndices)[indexPos] = gepIndex; in recordStructIndices()
522 structIndices, indices, updatedStructIndices, in recordStructIndices()
531 structIndices, indices, updatedStructIndices, in recordStructIndices()
543 SmallVectorImpl<int32_t> *updatedStructIndices = nullptr, in findStructIndices() argument
549 indices, updatedStructIndices, remainingIndices); in findStructIndices()
595 SmallVector<int32_t> updatedStructIndices(structIndices.begin(), in build() local
599 &updatedStructIndices, &remainingIndices)) in build()
603 updatedStructIndices, kDynamicIndex)) && in build()
609 builder.getI32TensorAttr(updatedStructIndices)); in build()