Searched refs:LastAccessedByte (Results 1 – 1 of 1) sorted by relevance
944 Value *LastAccessedByte = IRB.CreateAnd( in createSlowPathCmp() local948 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()