Lines Matching defs:ByteVal
80 /// Represents a range of memset'd bytes with the ByteVal value.
350 Value *ByteVal) {
410 if (isa<UndefValue>(ByteVal) && StoredByte)
411 ByteVal = StoredByte;
412 if (ByteVal != StoredByte)
425 if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
469 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start,
780 Value *ByteVal = isBytewiseValue(V, DL);
781 if (!ByteVal)
785 tryMergingIntoMemset(SI, SI->getPointerOperand(), ByteVal)) {
802 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size,
1733 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(),
1737 M->getRawDest(), ByteVal, M->getLength(), M->getDestAlign(), false);