Lines Matching defs:ByteVal
80 /// Represents a range of memset'd bytes with the ByteVal value.
360 Value *ByteVal) {
420 if (isa<UndefValue>(ByteVal) && StoredByte)
421 ByteVal = StoredByte;
422 if (ByteVal != StoredByte)
435 if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
479 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start,
800 if (Value *ByteVal = isBytewiseValue(V, DL)) {
802 tryMergingIntoMemset(SI, SI->getPointerOperand(), ByteVal)) {
814 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size,
1752 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(),
1756 M->getRawDest(), ByteVal, M->getLength(), M->getDestAlign(), false);