HomeSort by: relevance | last modified time | path
    Searched refs:RHSShift (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 6925 SDValue RHSShift; // The shift.
6927 matchRotateHalf(DAG, RHS, RHSShift, RHSMask);
6930 if (!LHSShift && !RHSShift)
6945 RHSShift = NewRHSShift;
6947 if (RHSShift)
6949 extractShiftForRotate(DAG, RHSShift, LHS, LHSMask, DL))
6953 if (!RHSShift || !LHSShift)
6958 if (LHSShift.getOpcode() == RHSShift.getOpcode())
6961 bool IsRotate = LHSShift.getOperand(0) == RHSShift.getOperand(0);
6966 if (RHSShift.getOpcode() == ISD::SHL)
    [all...]
TargetLowering.cpp 8249 unsigned RHSShift = Scale - LHSShift;
8252 // RHS down by RHSShift, we can emit a regular division with a final scaling
8259 if (RHSShift)
8261 DAG.getConstant(RHSShift, dl, ShiftTy));

Completed in 38 milliseconds