Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Actions

941                                 ///< joins two actions together.
949 ///< joins two actions together.
1004 SmallVectorImpl<UDivFoldAction> &Actions,
1009 Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1));
1010 return Actions.size();
1016 Actions.push_back(UDivFoldAction(foldUDivNegCst, C));
1017 return Actions.size();
1023 Actions.push_back(UDivFoldAction(foldUDivShl, Op1));
1024 return Actions.size();
1033 visitUDivOperand(Op0, SI->getOperand(1), I, Actions, Depth))
1034 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions, Depth)) {
1035 Actions.push_back(UDivFoldAction(nullptr, Op1, LHSIdx - 1));
1036 return Actions.size();
1091 // This action joins two actions together. The RHS of this action is