Searched refs:StoredByte (Results 1 – 1 of 1) sorted by relevance
332 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0), DL); in INITIALIZE_PASS_DEPENDENCY() local333 if (isa<UndefValue>(ByteVal) && StoredByte) in INITIALIZE_PASS_DEPENDENCY()334 ByteVal = StoredByte; in INITIALIZE_PASS_DEPENDENCY()335 if (ByteVal != StoredByte) in INITIALIZE_PASS_DEPENDENCY()