Lines Matching full:actions
747 ///< joins two actions together.
755 ///< joins two actions together.
808 SmallVectorImpl<UDivFoldAction> &Actions,
813 Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1));
814 return Actions.size();
820 Actions.push_back(UDivFoldAction(foldUDivNegCst, C));
821 return Actions.size();
827 Actions.push_back(UDivFoldAction(foldUDivShl, Op1));
828 return Actions.size();
836 if (size_t LHSIdx = visitUDivOperand(Op0, SI->getOperand(1), I, Actions))
837 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions)) {
838 Actions.push_back(UDivFoldAction((FoldUDivOperandCb)0, Op1, LHSIdx-1));
839 return Actions.size();
882 // This action joins two actions together. The RHS of this action is