Lines Matching defs:C1Node
17727 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1));17729 const int64_t C1 = C1Node->getSExtValue();17730 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue();