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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 6921 SDValue LHSShift; // The shift.
6923 matchRotateHalf(DAG, LHS, LHSShift, LHSMask);
6930 if (!LHSShift && !RHSShift)
6942 if (LHSShift)
6944 extractShiftForRotate(DAG, LHSShift, RHS, RHSMask, DL))
6950 LHSShift = NewLHSShift;
6953 if (!RHSShift || !LHSShift)
6958 if (LHSShift.getOpcode() == RHSShift.getOpcode())
6961 bool IsRotate = LHSShift.getOperand(0) == RHSShift.getOperand(0);
6968 std::swap(LHSShift, RHSShift)
    [all...]
TargetLowering.cpp 8248 unsigned LHSShift = std::min(LHSLead, Scale);
8249 unsigned RHSShift = Scale - LHSShift;
8251 // At this point, we know that if we shift the LHS up by LHSShift and the
8256 if (LHSShift)
8258 DAG.getConstant(LHSShift, dl, ShiftTy));

Completed in 30 milliseconds