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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1071     ShadowPtrMaskValue = IRB.CreateLoad(IntptrTy, ExternalShadowMask);
 1074   return IRB.CreateIntToPtr(
 1075       IRB.CreateMul(
 1076           IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy),
 1076           IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy),
 1077                         IRB.CreatePtrToInt(ShadowPtrMaskValue, IntptrTy)),