Searched refs:C0Node (Results 1 – 1 of 1) sorted by relevance
19707 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local19709 const int64_t C0 = C0Node->getSExtValue(); in isMulAddWithConstProfitable()19710 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()