Searched refs:OffsetLong (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1759 Value *OffsetLong = IRB.CreatePointerCast(Addr, IntptrTy); in getShadowOffset() local 1763 OffsetLong = in getShadowOffset() 1764 IRB.CreateAnd(OffsetLong, ConstantInt::get(IntptrTy, ~AndMask)); in getShadowOffset() 1768 OffsetLong = IRB.CreateXor(OffsetLong, ConstantInt::get(IntptrTy, XorMask)); in getShadowOffset() 1769 return OffsetLong; in getShadowOffset()
|
| H A D | MemorySanitizer.cpp | 1463 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset() local 1467 OffsetLong = in getShadowPtrOffset() 1468 IRB.CreateAnd(OffsetLong, ConstantInt::get(MS.IntptrTy, ~AndMask)); in getShadowPtrOffset() 1472 OffsetLong = in getShadowPtrOffset() 1473 IRB.CreateXor(OffsetLong, ConstantInt::get(MS.IntptrTy, XorMask)); in getShadowPtrOffset() 1474 return OffsetLong; in getShadowPtrOffset()
|