Searched refs:AddOp1 (Results 1 – 1 of 1) sorted by relevance
47740 auto *AddOp1 = dyn_cast<ConstantSDNode>(Add.getOperand(1)); in promoteExtBeforeAdd() local47741 if (!AddOp1) in promoteExtBeforeAdd()47760 int64_t AddConstant = Sext ? AddOp1->getSExtValue() : AddOp1->getZExtValue(); in promoteExtBeforeAdd()