Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp307 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
616 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentMemIntrinsicParam() local
617 Value *AddrLast = IRB.CreateAdd(AddrLong, SizeMinusOne); in instrumentMemIntrinsicParam()
761 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() argument
767 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp()
784 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local
789 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
805 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
816 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument); in instrumentAddress()