Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19511 int64_t LastElementOffset = in findMoreOptimalIndexType() local
19514 if (LastElementOffset < std::numeric_limits<int32_t>::min() || in findMoreOptimalIndexType()
19515 LastElementOffset > std::numeric_limits<int32_t>::max()) in findMoreOptimalIndexType()