Searched refs:UnspeculatableStore (Results 1 – 1 of 1) sorted by relevance
147 using UnspeculatableStore = StoreInst *; typedef149 std::variant<PossiblySpeculatableLoad, UnspeculatableStore>;1860 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps()