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