Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp957 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None; in splitVarStateForIfBinOp() local
965 } else if (LState == LTest.TestsFor && isKnownState(RState)) { in splitVarStateForIfBinOp()
966 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
978 isKnownState(RState)) { in splitVarStateForIfBinOp()
979 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
989 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
991 else if (RState == invertConsumedUnconsumed(RTest.TestsFor)) in splitVarStateForIfBinOp()
994 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
997 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()