Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp439 ConstantInt *ShadowPtrMul; member in __anond47758270111::DataFlowSanitizer
1094 ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidthBytes); in init()
1895 if (!ShadowPtrMul->isOne()) in getShadowAddress()
1896 ShadowOffset = IRB.CreateMul(ShadowOffset, ShadowPtrMul); in getShadowAddress()