Searched defs:MaxDist (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SILoadStoreOptimizer.cpp | 2120 uint32_t MaxDist = std::numeric_limits<uint32_t>::min(); promoteConstantOffsetToImm() local |
/llvm-project/clang/lib/Lex/ | ||
H A D | PPDirectives.cpp | 301 size_t MaxDist = Length < 3 ? Length - 1 : Length / 3; findSimilarStr() local |