Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp95 TriStateKind getCmpOpState(BinaryOperatorKind CurrentOP, in getCmpOpState() argument
97 return CmpOpTable[getIndexFromOp(CurrentOP)][getIndexFromOp(QueriedOP)]; in getCmpOpState()
100 TriStateKind getCmpOpStateForUnknownX2(BinaryOperatorKind CurrentOP) const { in getCmpOpStateForUnknownX2()
101 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()
1108 BinaryOperatorKind CurrentOP = SSE->getOpcode(); in getRangeForComparisonSymbol() local
1111 if (!BinaryOperator::isComparisonOp(CurrentOP) || (CurrentOP == BO_Cmp)) in getRangeForComparisonSymbol()
1156 CmpOpTable.getCmpOpState(CurrentOP, QueriedOP); in getRangeForComparisonSymbol()
1165 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()