Searched refs:RightER (Results 1 – 1 of 1) sorted by relevance
966 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL() local968 if (RightER && LeftER) { in evalBinOpLL()973 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()974 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()987 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL()