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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1515 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1); local
1516 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1519 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1532 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1); local
1533 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1536 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);

Completed in 84 milliseconds