Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp76 static constexpr size_t CmpOpCount = BO_NE - BO_LT + 1; member in OperatorRelationsTable
77 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = {
92 constexpr size_t getCmpOpCount() const { return CmpOpCount; } in getCmpOpCount()
104 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()