Lines Matching refs:ByteVal
391 Value *ByteVal) { in INITIALIZE_PASS_DEPENDENCY()
417 if (isa<UndefValue>(ByteVal) && StoredByte) in INITIALIZE_PASS_DEPENDENCY()
418 ByteVal = StoredByte; in INITIALIZE_PASS_DEPENDENCY()
419 if (ByteVal != StoredByte) in INITIALIZE_PASS_DEPENDENCY()
432 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in INITIALIZE_PASS_DEPENDENCY()
483 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment); in INITIALIZE_PASS_DEPENDENCY()
753 if (Value *ByteVal = isBytewiseValue(V)) { in processStore() local
755 ByteVal)) { in processStore()
771 Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, Align); in processStore()
1231 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
1233 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy()