Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1692 Value *LastAccessedByte = in createSlowPathCmp() local
1696 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()
1697 LastAccessedByte, ConstantInt::get(IntptrTy, TypeStoreSize / 8 - 1)); in createSlowPathCmp()
1699 LastAccessedByte = in createSlowPathCmp()
1700 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
1702 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()