Searched refs:LHSShift (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7697 SDValue LHSShift; // The shift. in MatchRotate() local 7699 matchRotateHalf(DAG, LHS, LHSShift, LHSMask); in MatchRotate() 7706 if (!LHSShift && !RHSShift) in MatchRotate() 7718 if (LHSShift) in MatchRotate() 7720 extractShiftForRotate(DAG, LHSShift, RHS, RHSMask, DL)) in MatchRotate() 7726 LHSShift = NewLHSShift; in MatchRotate() 7729 if (!RHSShift || !LHSShift) in MatchRotate() 7734 if (LHSShift.getOpcode() == RHSShift.getOpcode()) in MatchRotate() 7740 std::swap(LHSShift, RHSShift); in MatchRotate() 7745 if (LHSShift.getOpcode() != ISD::SHL || RHSShift.getOpcode() != ISD::SRL) in MatchRotate() [all …]
|
| H A D | TargetLowering.cpp | 9831 unsigned LHSShift = std::min(LHSLead, Scale); in expandFixedPointDiv() local 9832 unsigned RHSShift = Scale - LHSShift; in expandFixedPointDiv() 9839 if (LHSShift) in expandFixedPointDiv() 9841 DAG.getConstant(LHSShift, dl, ShiftTy)); in expandFixedPointDiv()
|