Searched refs:PtrLowBits (Results 1 – 1 of 1) sorted by relevance
875 Value *PtrLowBits = IRB.CreateTrunc(IRB.CreateAnd(PtrLong, 15), Int8Ty); in instrumentMemAccessInline() local876 PtrLowBits = IRB.CreateAdd( in instrumentMemAccessInline()877 PtrLowBits, ConstantInt::get(Int8Ty, (1 << AccessSizeIndex) - 1)); in instrumentMemAccessInline()878 Value *PtrLowBitsOOB = IRB.CreateICmpUGE(PtrLowBits, MemTag); in instrumentMemAccessInline()