Searched refs:LastAccessedByte (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1123 Value *LastAccessedByte = in createSlowPathCmp() local 1127 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp() 1128 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp() 1130 LastAccessedByte = in createSlowPathCmp() 1131 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1133 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1491 Value *LastAccessedByte = in createSlowPathCmp() local 1495 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp() 1496 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp() 1498 LastAccessedByte = in createSlowPathCmp() 1499 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1501 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
|