Searched refs:RVState (Results 1 – 1 of 1) sorted by relevance
2582 ProgramStateRef RVState = RVNode->getState(); in handle() local2583 SVal V = RVState->getSValAsScalarOrLoc(E, RVNode->getLocationContext()); in handle()2589 SVal RHSV = RVState->getSVal(BO->getRHS(), RVNode->getLocationContext()); in handle()2590 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle()