Searched refs:C2Node (Results 1 – 2 of 2) sorted by relevance
12359 ConstantSDNode *C2Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local12361 const APInt &C2 = C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
13502 const ConstantSDNode *C2Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local13504 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()