Searched refs:LeftER (Results 1 – 1 of 1) sorted by relevance
996 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR); in evalBinOpLL() local997 if (RightER && LeftER) { in evalBinOpLL()1002 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()1003 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()1006 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL()