Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:MinusOne

1691     Value *MinusOne = Constant::getAllOnesValue(Sc->getType());
1695 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));