Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1053 Value *LastAccessedByte = in createSlowPathCmp() local
1057 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()
1058 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp()
1060 LastAccessedByte = in createSlowPathCmp()
1061 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
1063 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()