Home
last modified time | relevance | path

Searched refs:ShadowPtrMaskValue (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1047 Value *ShadowPtrMaskValue; in getShadowAddress() local
1049 ShadowPtrMaskValue = IRB.CreateLoad(IntptrTy, ExternalShadowMask); in getShadowAddress()
1051 ShadowPtrMaskValue = ShadowPtrMask; in getShadowAddress()
1055 IRB.CreatePtrToInt(ShadowPtrMaskValue, IntptrTy)), in getShadowAddress()