InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
[oota-llvm.git] / lib / Transforms / Hello / Hello.exports