Searched refs:StoreToHoist (Results 1 – 1 of 1) sorted by relevance
2226 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local2227 if (!StoreToHoist) in isSafeToSpeculateStore()2231 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()2234 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()2235 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()