Searched refs:LHSShift (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6921 SDValue LHSShift; // The shift. in MatchRotate() local 6923 matchRotateHalf(DAG, LHS, LHSShift, LHSMask); in MatchRotate() 6930 if (!LHSShift && !RHSShift) in MatchRotate() 6942 if (LHSShift) in MatchRotate() 6944 extractShiftForRotate(DAG, LHSShift, RHS, RHSMask, DL)) in MatchRotate() 6950 LHSShift = NewLHSShift; in MatchRotate() 6953 if (!RHSShift || !LHSShift) in MatchRotate() 6958 if (LHSShift.getOpcode() == RHSShift.getOpcode()) in MatchRotate() 6961 bool IsRotate = LHSShift.getOperand(0) == RHSShift.getOperand(0); in MatchRotate() 6968 std::swap(LHSShift, RHSShift); in MatchRotate() [all …]
|
| H A D | TargetLowering.cpp | 8248 unsigned LHSShift = std::min(LHSLead, Scale); in expandFixedPointDiv() local 8249 unsigned RHSShift = Scale - LHSShift; in expandFixedPointDiv() 8256 if (LHSShift) in expandFixedPointDiv() 8258 DAG.getConstant(LHSShift, dl, ShiftTy)); in expandFixedPointDiv()
|