Searched refs:StoreToHoist (Results 1 – 1 of 1) sorted by relevance
2582 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local2583 if (!StoreToHoist) in isSafeToSpeculateStore()2587 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()2590 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()2591 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()