Lines Matching refs:ByteVal
360 Value *ByteVal) { in tryMergingIntoMemset() argument
420 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
421 ByteVal = StoredByte; in tryMergingIntoMemset()
422 if (ByteVal != StoredByte) in tryMergingIntoMemset()
435 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in tryMergingIntoMemset()
479 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()
800 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local
802 tryMergingIntoMemset(SI, SI->getPointerOperand(), ByteVal)) { in processStore()
814 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, in processStore()
1752 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
1756 M->getRawDest(), ByteVal, M->getLength(), M->getDestAlign(), false); in processMemCpy()