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