Searched refs:StoreToHoist (Results 1 – 1 of 1) sorted by relevance
2793 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local2794 if (!StoreToHoist) in isSafeToSpeculateStore()2798 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()2801 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()2802 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()