Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1892 Value *OffsetLong = IRB.CreatePointerCast(Addr, IntptrTy); in getShadowOffset() local
1896 OffsetLong = in getShadowOffset()
1897 IRB.CreateAnd(OffsetLong, ConstantInt::get(IntptrTy, ~AndMask)); in getShadowOffset()
1901 OffsetLong = IRB.CreateXor(OffsetLong, ConstantInt::get(IntptrTy, XorMask)); in getShadowOffset()
1902 return OffsetLong; in getShadowOffset()
H A DMemorySanitizer.cpp1636 Value *OffsetLong = IRB.CreatePointerCast(Addr, IntptrTy); in getShadowPtrOffset() local
1639 OffsetLong = IRB.CreateAnd(OffsetLong, constToIntPtr(IntptrTy, ~AndMask)); in getShadowPtrOffset()
1642 OffsetLong = IRB.CreateXor(OffsetLong, constToIntPtr(IntptrTy, XorMask)); in getShadowPtrOffset()
1643 return OffsetLong; in getShadowPtrOffset()