Lines Matching defs:N001C
7416 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1));7417 if (!N001C || N001C->getZExtValue() != 0xFF)10577 if (auto *N001C = isConstOrConstSplat(InnerShift.getOperand(1))) {10578 uint64_t c1 = N001C->getZExtValue();