Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp986 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local
989 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
1001 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
1006 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca()