Lines Matching defs:XorC
17527 auto *XorC = dyn_cast<ConstantSDNode>(N->getOperand(1));17529 if (XorC && ShiftC) {17531 if (XorC->getAPIntValue().isShiftedMask(MaskIdx, MaskLen)) {