Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp477 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()
545 if (remainingIndices) in findStructIndices()
547 remainingIndices->push_back(indices[0]); 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()
[all …]