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.cpp1935 Value *OriginLong = ShadowOffset; in getShadowOriginAddress() local
1938 OriginLong = in getShadowOriginAddress()
1939 IRB.CreateAdd(OriginLong, ConstantInt::get(IntptrTy, OriginBase)); in getShadowOriginAddress()
1945 OriginLong = IRB.CreateAnd(OriginLong, ConstantInt::get(IntptrTy, ~Mask)); in getShadowOriginAddress()
1947 OriginPtr = IRB.CreateIntToPtr(OriginLong, OriginPtrTy); in getShadowOriginAddress()
H A DMemorySanitizer.cpp1750 Value *OriginLong = ShadowOffset; in getShadowOriginPtrUserspace() local
1753 OriginLong = in getShadowOriginPtrUserspace()
1754 IRB.CreateAdd(OriginLong, constToIntPtr(IntptrTy, OriginBase)); in getShadowOriginPtrUserspace()
1757 OriginLong = IRB.CreateAnd(OriginLong, constToIntPtr(IntptrTy, ~Mask)); in getShadowOriginPtrUserspace()
1760 OriginLong, getPtrToShadowPtrType(IntptrTy, MS.OriginTy)); in getShadowOriginPtrUserspace()