Home
last modified time | relevance | path

Searched refs:updatedStructIndices (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp476 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()
[all …]