Searched refs:getRegionAs (Results 1 – 4 of 4) sorted by relevance
302 const auto *FR = FieldVal.getRegionAs<FieldRegion>(); in isNonUnionUninit()359 .getRegionAs<TypedValueRegion>(); in isNonUnionUninit()
456 Base.castAs<loc::MemRegionVal>().getRegionAs<SubRegion>(); in getLValueElement()
2263 if (const auto *SR = L->getRegionAs<SymbolicRegion>()) { in handle()2266 } else if (L->getRegionAs<AllocaRegion>()) in handle()
621 const REGION* getRegionAs() const { in getRegionAs() function