Searched refs:NextStore (Results 1 – 1 of 1) sorted by relevance
411 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() local413 if (!NextStore->isSimple()) break; in INITIALIZE_PASS_DEPENDENCY()416 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0)); in INITIALIZE_PASS_DEPENDENCY()424 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), Offset, in INITIALIZE_PASS_DEPENDENCY()428 Ranges.addStore(Offset, NextStore); in INITIALIZE_PASS_DEPENDENCY()