reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2013         if (!Shadow)
 2014           Shadow = OpShadow;
 2016           OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
 2017           Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
 2017           Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
 2050         assert(Shadow);
 2051         Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));
 2051         Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));
 2052         MSV->setShadow(I, Shadow);