Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp413 static bool tryToReplaceWithGEPBuiltin(Instruction *LoadOrStoreTemplate, in tryToReplaceWithGEPBuiltin() argument
422 if (auto *Load = dyn_cast<LoadInst>(LoadOrStoreTemplate)) { in tryToReplaceWithGEPBuiltin()
427 if (auto *Store = dyn_cast<StoreInst>(LoadOrStoreTemplate)) { in tryToReplaceWithGEPBuiltin()