Searched refs:RightER (Results 1 – 1 of 1) sorted by relevance
892 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL() local894 if (RightER && LeftER) { in evalBinOpLL()899 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()900 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()913 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL()