Searched defs:SizeMinusOne (Results 1 – 2 of 2) sorted by relevance
211 Value *SizeMinusOne = IRB.CreateAdd(Size, ConstantInt::get(IntptrTy, -1)); in instrumentAddress() local
2009 Value *SizeMinusOne = IRB.CreateSub(Size, ConstantInt::get(IntptrTy, 1)); in instrumentUnusualSizeOrAlignment() local