reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 if (isa<UndefValue>(ByteVal) && StoredByte) 333 ByteVal = StoredByte; 334 if (ByteVal != StoredByte) 347 if (MSI->isVolatile() || ByteVal != MSI->getValue() || 398 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);