Searched refs:C1Node (Results 1 – 4 of 4) sorted by relevance
10089 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local10090 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()10091 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
17735 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local17737 const int64_t C1 = C1Node->getSExtValue(); in isMulAddWithConstProfitable()17738 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
19708 const ConstantSDNode *C1Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local19710 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()
23831 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local23833 const APInt &C1 = C1Node->getAPIntValue(); in isMulAddWithConstProfitable()