Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DSequence.h114 const intmax_t BotT = intmax_t(std::numeric_limits<T>::min()); in canTypeFitValue() local
118 return !((BotT > BotU && Value < static_cast<U>(BotT)) || in canTypeFitValue()