Lines Matching defs:StoredVal
208 MaybeAlign StoreAlignment, Value *StoredVal,
418 Value *StoredVal = SI->getValueOperand();
423 if (DL->isNonIntegralPointerType(StoredVal->getType()->getScalarType()))
429 TypeSize SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
452 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
469 getMemSetPatternValue(StoredVal, DL)) {
704 Value *StoredVal = HeadStore->getValueOperand();
719 MaybeAlign(HeadStore->getAlign()), StoredVal,
1006 Value *StoredVal, Instruction *TheStore,
1010 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
1014 PatternValue = getMemSetPatternValue(StoredVal, DL);