Searched refs:LastAccessedByte (Results 1 – 1 of 1) sorted by relevance
1560 Value *LastAccessedByte = in createSlowPathCmp() local1564 LastAccessedByte = IRB.CreateAdd( in createSlowPathCmp()1565 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)); in createSlowPathCmp()1567 LastAccessedByte = in createSlowPathCmp()1568 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()1570 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()