Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp97 TriStateKind getCmpOpState(BinaryOperatorKind CurrentOP, in getCmpOpState() argument
99 return CmpOpTable[getIndexFromOp(CurrentOP)][getIndexFromOp(QueriedOP)]; in getCmpOpState()
102 TriStateKind getCmpOpStateForUnknownX2(BinaryOperatorKind CurrentOP) const { in getCmpOpStateForUnknownX2()
103 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()
1115 BinaryOperatorKind CurrentOP = SSE->getOpcode(); in getRangeForComparisonSymbol() local
1118 if (!BinaryOperator::isComparisonOp(CurrentOP) || (CurrentOP == BO_Cmp)) in getRangeForComparisonSymbol()
1163 CmpOpTable.getCmpOpState(CurrentOP, QueriedOP); in getRangeForComparisonSymbol()
1172 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()