Home
last modified time | relevance | path

Searched refs:ShadowPtrMaskValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp935 Value *ShadowPtrMaskValue; in getShadowAddress() local
937 ShadowPtrMaskValue = IRB.CreateLoad(IntptrTy, ExternalShadowMask); in getShadowAddress()
939 ShadowPtrMaskValue = ShadowPtrMask; in getShadowAddress()
943 IRB.CreatePtrToInt(ShadowPtrMaskValue, IntptrTy)), in getShadowAddress()