Lines Matching defs:CNode
14585 ConstantSDNode *CNode = dyn_cast<ConstantSDNode>(N->getOperand(1));
14586 if (!CNode)
14588 uint64_t MulAmt = CNode->getZExtValue();
19143 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr);
19144 if (!CNode || CNode->isMachineConstantPoolEntry() ||
19145 CNode->getOffset() != 0)
19148 return CNode;
19153 auto *CNode = GetSupportedConstantPool(Ptr);
19154 if (!CNode || CNode->getTargetFlags() != 0)
19157 return CNode->getConstVal();