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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1404 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1); local
1405 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1408 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1421 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1); local
1422 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1425 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);

Completed in 50 milliseconds