Searched refs:LeftER (Results 1 – 1 of 1) sorted by relevance
966 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR); in evalBinOpLL() local967 if (RightER && LeftER) { in evalBinOpLL()972 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()973 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()976 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL()