Searched refs:C1Node (Results 1 – 4 of 4) sorted by relevance
9633 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local9634 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()9635 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
17315 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local17317 const int64_t C1 = C1Node->getSExtValue(); in isMulAddWithConstProfitable()17318 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
21398 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() 21400 const APInt &C1 = C1Node->getAPIntValue(); in isMulAddWithConstProfitable() 21395 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); isMulAddWithConstProfitable() local
19773 const ConstantSDNode *C1Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local19775 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()