Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp483 bool isStaticIndex = gepIndex != GEPOp::kDynamicIndex; in recordStructIndices() local
486 if (!isStaticIndex) in recordStructIndices()
496 if (!isStaticIndex && updatedStructIndices) { in recordStructIndices()
499 isStaticIndex = matchPattern(indices[dynamicIndexPos], in recordStructIndices()
501 if (isStaticIndex) { in recordStructIndices()
508 if (!isStaticIndex) in recordStructIndices()