Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:SizeMinusOne

568   Value *SizeMinusOne = IRB.CreateSub(Size, ConstantInt::get(IntptrTy, 1));
570 Value *AddrLast = IRB.CreateAdd(AddrLong, SizeMinusOne);