Lines Matching defs:AddrLong
789 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1770 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1776 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
1862 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1866 IRB, AsanMemoryAccessCallback[IsWrite][0][AccessSizeIndex], AddrLong);
1870 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1877 Value *ShadowPtr = memToShadow(AddrLong, IRB);
1891 auto *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeStoreSize);
1903 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeStoreSize);
1918 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI);
1935 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1939 {AddrLong, Size});
1943 {AddrLong, Size, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1947 IRB.CreateAdd(AddrLong, SizeMinusOne),