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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1388 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); local
1392 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));

Completed in 104 milliseconds