Lines Matching defs:AddrLong
794 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1783 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1789 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
1872 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1876 IRB, AsanMemoryAccessCallback[IsWrite][0][AccessSizeIndex], AddrLong);
1880 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1887 Value *ShadowPtr = memToShadow(AddrLong, IRB);
1901 auto *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeStoreSize);
1913 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeStoreSize);
1928 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI);
1945 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1949 {AddrLong, Size});
1953 {AddrLong, Size, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1957 IRB.CreateAdd(AddrLong, SizeMinusOne),