Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23133 int64_t LastElementOffset = in findMoreOptimalIndexType() local
23136 if (LastElementOffset < std::numeric_limits<int32_t>::min() || in findMoreOptimalIndexType()
23137 LastElementOffset > std::numeric_limits<int32_t>::max()) in findMoreOptimalIndexType()