Searched refs:MRegion (Results 1 – 2 of 2) sorted by relevance
88 const MemRegion *MRegion = BufV.getAsRegion(); in getDynamicExtentWithOffset() local89 if (!MRegion) in getDynamicExtentWithOffset()91 RegionOffset Offset = MRegion->getAsOffset(); in getDynamicExtentWithOffset()94 const MemRegion *BaseRegion = MRegion->getBaseRegion(); in getDynamicExtentWithOffset()
283 if (const MemRegion *MRegion = PlaceVal.getAsRegion()) { in checkPlaceIsAlignedProperly() local284 if (const ElementRegion *TheElementRegion = MRegion->getAs<ElementRegion>()) in checkPlaceIsAlignedProperly()286 else if (const FieldRegion *TheFieldRegion = MRegion->getAs<FieldRegion>()) in checkPlaceIsAlignedProperly()288 else if (const VarRegion *TheVarRegion = MRegion->getAs<VarRegion>()) in checkPlaceIsAlignedProperly()