This implements the getLValueElement function for RegionStore. It only handle integer indices currently.<br>The base region is assumed an ElementRegion because we expect VisitCast() to evaluate the base expr's <br>value to be loc::MemRegionVal(ElementRegion). This is consistent with the C standard, which says <br>
expression of type array of T is cast to pointer to T.<br>