Searched refs:StoredByte (Results 1 – 1 of 1) sorted by relevance
416 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0)); in INITIALIZE_PASS_DEPENDENCY() local417 if (isa<UndefValue>(ByteVal) && StoredByte) in INITIALIZE_PASS_DEPENDENCY()418 ByteVal = StoredByte; in INITIALIZE_PASS_DEPENDENCY()419 if (ByteVal != StoredByte) in INITIALIZE_PASS_DEPENDENCY()