Lines Matching refs:ByteVal
381 Value *ByteVal) { in tryMergingIntoMemset() argument
448 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
449 ByteVal = StoredByte; in tryMergingIntoMemset()
450 if (ByteVal != StoredByte) in tryMergingIntoMemset()
463 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in tryMergingIntoMemset()
505 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()
800 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local
802 ByteVal)) { in processStore()
814 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, in processStore()
1411 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
1415 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy()