reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  891     Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1));
  892     return Actions.size();
  898     Actions.push_back(UDivFoldAction(foldUDivShl, Op1));
  899     return Actions.size();
  908             visitUDivOperand(Op0, SI->getOperand(1), I, Actions, Depth))
  909       if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions, Depth)) {
  910         Actions.push_back(UDivFoldAction(nullptr, Op1, LHSIdx - 1));
  911         return Actions.size();