Searched defs:ExtZeroShadow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1214 Value *ExtZeroShadow = ConstantInt::get(ShadowTy, 0); local
1217 IRB.CreateAlignedStore(ExtZeroShadow, ExtShadowAddr, ShadowAlign);

Completed in 49 milliseconds