Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1927 Value *OriginLong = ShadowOffset; in getShadowOriginAddress() local
1930 OriginLong = in getShadowOriginAddress()
1931 IRB.CreateAdd(OriginLong, ConstantInt::get(IntptrTy, OriginBase)); in getShadowOriginAddress()
1937 OriginLong = IRB.CreateAnd(OriginLong, ConstantInt::get(IntptrTy, ~Mask)); in getShadowOriginAddress()
1939 OriginPtr = IRB.CreateIntToPtr(OriginLong, OriginPtrTy); in getShadowOriginAddress()
H A DMemorySanitizer.cpp1826 Value *OriginLong = ShadowOffset; in getShadowOriginPtrUserspace() local
1829 OriginLong = in getShadowOriginPtrUserspace()
1830 IRB.CreateAdd(OriginLong, constToIntPtr(IntptrTy, OriginBase)); in getShadowOriginPtrUserspace()
1833 OriginLong = IRB.CreateAnd(OriginLong, constToIntPtr(IntptrTy, ~Mask)); in getShadowOriginPtrUserspace()
1836 OriginLong, getPtrToShadowPtrType(IntptrTy, MS.OriginTy)); in getShadowOriginPtrUserspace()