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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp372 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
779 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
781 IRB.CreateCall2(AsanMemoryAccessCallbackSized[IsWrite], AddrLong, Size);
784 IRB.CreateAdd(AddrLong, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)),
817 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, argument
823 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
840 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
845 AddrLong);
852 Value *ShadowPtr = memToShadow(AddrLong, IRB);
867 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValu
[all...]

Completed in 450 milliseconds