Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NC

2842           Constant *NC = Builder->getInt(C1->getValue() ^ C2->getValue());
2843 Value *Xor = Builder->CreateXor(C, NC);