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());
 2051         Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));
 2684       S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true);
 2687     return CreateShadowCast(IRB, S2, T, /* Signed */ true);
 2695     return CreateShadowCast(IRB, S2, T, /* Signed */ true);