Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp498 APInt staticIndexValue; in recordStructIndices() local
500 m_ConstantInt(&staticIndexValue)); in recordStructIndices()
502 assert(staticIndexValue.getBitWidth() <= 64 && in recordStructIndices()
503 llvm::isInt<32>(staticIndexValue.getLimitedValue()) && in recordStructIndices()
505 gepIndex = static_cast<int32_t>(staticIndexValue.getSExtValue()); in recordStructIndices()