Lines Matching defs:StoredVal
209 MaybeAlign StoreAlignment, Value *StoredVal,
419 Value *StoredVal = SI->getValueOperand();
424 if (DL->isNonIntegralPointerType(StoredVal->getType()->getScalarType()))
430 TypeSize SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
453 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
470 getMemSetPatternValue(StoredVal, DL)) {
705 Value *StoredVal = HeadStore->getValueOperand();
720 MaybeAlign(HeadStore->getAlign()), StoredVal,
1007 Value *StoredVal, Instruction *TheStore,
1011 Value *SplatValue = isBytewiseValue(StoredVal, *DL);
1015 PatternValue = getMemSetPatternValue(StoredVal, DL);