Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp421 constexpr int GEPOp::kDynamicIndex; member in GEPOp
483 bool isStaticIndex = gepIndex != GEPOp::kDynamicIndex; in recordStructIndices()
488 LLVM::GEPOp::kDynamicIndex) - in recordStructIndices()
556 SmallVector<int32_t>(operands.size(), kDynamicIndex), attributes); in build()
574 SmallVector<int32_t>(indices.size(), kDynamicIndex), attributes); in build()
603 updatedStructIndices, kDynamicIndex)) && in build()
635 constantIndices.push_back(LLVM::GEPOp::kDynamicIndex); in parseGEPIndices()
651 if (cst == LLVM::GEPOp::kDynamicIndex) in printGEPIndices()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td452 if (structIndex == GEPOp::kDynamicIndex)
467 constexpr static int kDynamicIndex = std::numeric_limits<int32_t>::min();
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1086 LLVM::GEPOp::kDynamicIndex); in processInstruction()