Searched refs:LastAccessedByte (Results 1 – 1 of 1) sorted by relevance
1775 Value *LastAccessedByte = in createSlowPathCmp() local1779 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()1780 LastAccessedByte, ConstantInt::get(IntptrTy, TypeStoreSize / 8 - 1)); in createSlowPathCmp()1782 LastAccessedByte = in createSlowPathCmp()1783 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()1785 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()