Home
last modified time | relevance | path

Searched refs:asStore (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/include/polly/Support/
DScopHelper.h232 return asStore()->getValueOperand(); in getValueOperand()
243 return asStore()->getPointerOperand(); in getPointerOperand()
255 return asStore()->getAlignment(); in getAlignment()
269 return asStore()->isVolatile(); in isVolatile()
280 return asStore()->isSimple(); in isSimple()
291 return asStore()->getOrdering(); in getOrdering()
302 return asStore()->isUnordered(); in isUnordered()
327 llvm::StoreInst *asStore() const { return llvm::cast<llvm::StoreInst>(I); } in asStore() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp223 Store asStore() const { in asStore() function in __anon2ea95d570311::RegionBindingsRef
413 CBFactory, IsMainAnalysis).asStore(), *this); in getInitialStore()
445 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this); in Bind()
1378 return StoreRef(B.asStore(), *this); in invalidateRegions()
2056 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding()
2205 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray()
2626 return StoreRef(B.asStore(), *this); in removeDeadBindings()
2644 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp206 Store asStore() const { in asStore() function in __anon9c95fde90311::RegionBindingsRef
406 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this); in Bind()
1293 return StoreRef(B.asStore(), *this); in invalidateRegions()
1919 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding()
2066 StoreRef store(B.asStore(), *this); in bindArray()
2455 return StoreRef(B.asStore(), *this); in removeDeadBindings()
2466 << B.asStore() in print()