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

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2823     S = IRB.CreateBitCast(S, ResTy);
 2823     S = IRB.CreateBitCast(S, ResTy);
 2824     S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
 2824     S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
 2826     S = IRB.CreateLShr(S, ZeroBitsPerResultElement);
 2826     S = IRB.CreateLShr(S, ZeroBitsPerResultElement);
 2827     S = IRB.CreateBitCast(S, getShadowTy(&I));
 2827     S = IRB.CreateBitCast(S, getShadowTy(&I));
 2828     setShadow(&I, S);