Home
last modified time | relevance | path

Searched defs:isMax (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h83 bool isMax() const { return BrokenHints == ~0u; } in isMax() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h142 bool isMax() const { return V.isMaxValue(); } in isMax() function