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

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2012         assert(OpShadow);
 2014           Shadow = OpShadow;
 2016           OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
 2016           OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
 2017           Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
 2029             Value *FlatShadow = MSV->convertToShadowTyNoVec(OpShadow, IRB);