Searched refs:RightER (Results 1 – 1 of 1) sorted by relevance
770 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL() local772 if (RightER && LeftER) { in evalBinOpLL()777 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()778 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()791 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL()