Searched refs:JustTag (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp777 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); local
780 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag,
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None());
797 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32(

Completed in 98 milliseconds