Searched refs:LastAccessedByte (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 84 Value *LastAccessedByte = in createSlowPathCmp() local 88 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp() 89 LastAccessedByte, ConstantInt::get(IntptrTy, TypeStoreSize / 8 - 1)); in createSlowPathCmp() 91 LastAccessedByte = in createSlowPathCmp() 92 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 94 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1842 Value *LastAccessedByte = in createSlowPathCmp() local 1846 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp() 1847 LastAccessedByte, ConstantInt::get(IntptrTy, TypeStoreSize / 8 - 1)); in createSlowPathCmp() 1849 LastAccessedByte = in createSlowPathCmp() 1850 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1852 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
|