Lines Matching defs:CNode
13009 ConstantSDNode *CNode = isConstOrConstSplat(Op, /*AllowUndefs*/ false,13011 if (CNode == nullptr)13013 return CNode->getAPIntValue();24294 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1)))24295 return CNode->getZExtValue();