Lines Matching refs:ByteVal
371 Value *ByteVal) { in tryMergingIntoMemset() argument
440 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
441 ByteVal = StoredByte; in tryMergingIntoMemset()
442 if (ByteVal != StoredByte) in tryMergingIntoMemset()
455 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in tryMergingIntoMemset()
497 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()
815 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local
817 ByteVal)) { in processStore()
829 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, in processStore()
1407 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
1411 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy()