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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp920 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); local
924 OffsetLong =
925 IRB.CreateAnd(OffsetLong, ConstantInt::get(MS.IntptrTy, ~AndMask));
929 OffsetLong =
930 IRB.CreateXor(OffsetLong, ConstantInt::get(MS.IntptrTy, XorMask));
931 return OffsetLong;

Completed in 56 milliseconds