Searched refs:AddOp1 (Results 1 – 2 of 2) sorted by relevance
15782 auto AddOp1 = in canLowerSRLToRoundingShiftForVT() local15784 if (!AddOp1) in canLowerSRLToRoundingShiftForVT()15786 uint64_t AddValue = AddOp1->getZExtValue(); in canLowerSRLToRoundingShiftForVT()
55623 SDValue AddOp1 = Add.getOperand(1); in promoteExtBeforeAdd() local55627 NSW = NSW || (Sext && DAG.willNotOverflowAdd(true, AddOp0, AddOp1)); in promoteExtBeforeAdd()55628 NUW = NUW || (!Sext && DAG.willNotOverflowAdd(false, AddOp0, AddOp1)); in promoteExtBeforeAdd()55638 auto *AddOp1C = dyn_cast<ConstantSDNode>(AddOp1); in promoteExtBeforeAdd()