Lines Matching defs:CNode
12715 ConstantSDNode *CNode = isConstOrConstSplat(Op, /*AllowUndefs*/ false,12717 if (CNode == nullptr)12719 return CNode->getAPIntValue();23785 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1)))23786 return CNode->getZExtValue();