Searched refs:asStore (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 237 return asStore()->getValueOperand(); in getValueOperand() 248 return asStore()->getPointerOperand(); in getPointerOperand() 259 return asStore()->isVolatile(); in isVolatile() 270 return asStore()->isSimple(); in isSimple() 281 return asStore()->getOrdering(); in getOrdering() 292 return asStore()->isUnordered(); in isUnordered() 317 llvm::StoreInst *asStore() const { return llvm::cast<llvm::StoreInst>(I); } in asStore() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 222 Store asStore() const { in asStore() function in __anone91272100311::RegionBindingsRef 396 CBFactory, IsMainAnalysis).asStore(), *this); in getInitialStore() 437 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this); in Bind() 1366 return StoreRef(B.asStore(), *this); in invalidateRegions() 2305 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding() 2488 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray() 2911 return StoreRef(B.asStore(), *this); in removeDeadBindings() 2929 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()
|