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