Searched refs:staticIndexValue (Results 1 – 1 of 1) sorted by relevance
498 APInt staticIndexValue; in recordStructIndices() local500 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()