Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateXor

1180     Value *C = IRB.CreateXor(A, B);
1192 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
1205 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1222 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1260 Value *Si = IRB.CreateXor(S1, S2);