Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp944 Value *LastAccessedByte = IRB.CreateAnd( in createSlowPathCmp() local
948 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()
949 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp()
951 LastAccessedByte = IRB.CreateIntCast( in createSlowPathCmp()
952 LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
954 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()