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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp447 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1048 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, argument
1054 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
1072 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
1078 AddrLong);
1081 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1088 Value *ShadowPtr = memToShadow(AddrLong, IRB);
1105 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize);
1119 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite,
1133 Value *AddrLong local
[all...]

Completed in 32 milliseconds