Lines Matching refs:ByteVal
356 Value *ByteVal) { in tryMergingIntoMemset() argument
415 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
416 ByteVal = StoredByte; in tryMergingIntoMemset()
417 if (ByteVal != StoredByte) in tryMergingIntoMemset()
430 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in tryMergingIntoMemset()
473 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()
796 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local
798 ByteVal)) { in processStore()
810 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, in processStore()
1683 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
1687 M->getRawDest(), ByteVal, M->getLength(), M->getDestAlign(), false); in processMemCpy()