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

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2016           OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
 2017           Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
 2029             Value *FlatShadow = MSV->convertToShadowTyNoVec(OpShadow, IRB);
 2031                 IRB.CreateICmpNE(FlatShadow, MSV->getCleanShadow(FlatShadow));
 2032             Origin = IRB.CreateSelect(Cond, OpOrigin, Origin);
 2051         Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));