Lines Matching refs:CNode
13884 ConstantSDNode *CNode = dyn_cast<ConstantSDNode>(N->getOperand(1));
13885 if (!CNode)
13887 uint64_t MulAmt = CNode->getZExtValue();
18064 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr);
18065 if (!CNode || CNode->isMachineConstantPoolEntry() ||
18066 CNode->getOffset() != 0)
18069 return CNode;
18074 auto *CNode = GetSupportedConstantPool(Ptr);
18075 if (!CNode || CNode->getTargetFlags() != 0)
18078 return CNode->getConstVal();