Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1930 Value *OriginLong = ShadowOffset; in getShadowOriginAddress() local
1933 OriginLong = in getShadowOriginAddress()
1934 IRB.CreateAdd(OriginLong, ConstantInt::get(IntptrTy, OriginBase)); in getShadowOriginAddress()
1940 OriginLong = IRB.CreateAnd(OriginLong, ConstantInt::get(IntptrTy, ~Mask)); in getShadowOriginAddress()
1942 OriginPtr = IRB.CreateIntToPtr(OriginLong, OriginPtrTy); in getShadowOriginAddress()
H A DMemorySanitizer.cpp1733 Value *OriginLong = ShadowOffset; in getShadowOriginPtrUserspace() local
1736 OriginLong = in getShadowOriginPtrUserspace()
1737 IRB.CreateAdd(OriginLong, constToIntPtr(IntptrTy, OriginBase)); in getShadowOriginPtrUserspace()
1740 OriginLong = IRB.CreateAnd(OriginLong, constToIntPtr(IntptrTy, ~Mask)); in getShadowOriginPtrUserspace()
1743 OriginLong, getPtrToShadowPtrType(IntptrTy, MS.OriginTy)); in getShadowOriginPtrUserspace()