Searched refs:PointerTagShift (Results 1 – 1 of 1) sorted by relevance
339 unsigned PointerTagShift; member in __anonb30972230111::HWAddressSanitizer569 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()837 Value *PtrTag = IRB.CreateTrunc(IRB.CreateLShr(PtrLong, PointerTagShift), in instrumentMemAccessInline()1089 IRB.CreateOr(IRB.CreateShl(Tag, PointerTagShift), in tagPointer()1090 ConstantInt::get(IntptrTy, (1ULL << PointerTagShift) - 1)); in tagPointer()1094 Value *ShiftedTag = IRB.CreateShl(Tag, PointerTagShift); in tagPointer()1108 0xFFULL << PointerTagShift)); in untagPointer()1113 ~(0xFFULL << PointerTagShift))); in untagPointer()1528 ConstantInt::get(Int64Ty, uint64_t(Tag) << PointerTagShift)), in instrumentGlobal()