Searched refs:PtrLowBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp653 Value *PtrLowBits = IRB.CreateTrunc(IRB.CreateAnd(PtrLong, 15), Int8Ty); local
654 PtrLowBits = IRB.CreateAdd(
655 PtrLowBits, ConstantInt::get(Int8Ty, (1 << AccessSizeIndex) - 1));
656 Value *PtrLowBitsOOB = IRB.CreateICmpUGE(PtrLowBits, MemTag);

Completed in 102 milliseconds