Home
last modified time | relevance | path

Searched defs:MaxV (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DEnumSizeCheck.cpp115 std::uint64_t MaxV = 0U; in check() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp274 const llvm::APSInt *MaxV = SVB.getMaxValue(State, Value); in isNegative() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp584 auto MaxV = max_if(B.begin(), B.end(), isVector, LT); in EnforceSmallerThan() local