Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1498 Value *LastAccessedByte = in createSlowPathCmp() local
1502 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()
1503 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp()
1505 LastAccessedByte = in createSlowPathCmp()
1506 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
1508 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()