Searched refs:AddOp1 (Results 1 – 2 of 2) sorted by relevance
14877 auto AddOp1 = in canLowerSRLToRoundingShiftForVT() local14879 if (!AddOp1) in canLowerSRLToRoundingShiftForVT()14881 uint64_t AddValue = AddOp1->getZExtValue(); in canLowerSRLToRoundingShiftForVT()
53760 SDValue AddOp1 = Add.getOperand(1); in promoteExtBeforeAdd() local53764 NSW = NSW || (Sext && DAG.willNotOverflowAdd(true, AddOp0, AddOp1)); in promoteExtBeforeAdd()53765 NUW = NUW || (!Sext && DAG.willNotOverflowAdd(false, AddOp0, AddOp1)); in promoteExtBeforeAdd()53775 auto *AddOp1C = dyn_cast<ConstantSDNode>(AddOp1); in promoteExtBeforeAdd()