Lines Matching refs:AddrLong
694 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1524 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() argument
1530 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp()
1554 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); in instrumentAMDGPUAddress() local
1555 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong}); in instrumentAMDGPUAddress()
1556 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong}); in instrumentAMDGPUAddress()
1591 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local
1595 AddrLong); in instrumentAddress()
1598 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)}); in instrumentAddress()
1605 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
1622 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
1636 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()
1650 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
1654 {AddrLong, Size}); in instrumentUnusualSizeOrAlignment()
1657 {AddrLong, Size, ConstantInt::get(IRB.getInt32Ty(), Exp)}); in instrumentUnusualSizeOrAlignment()
1660 IRB.CreateAdd(AddrLong, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)), in instrumentUnusualSizeOrAlignment()