Searched refs:LHSShiftAmt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3627 SDValue LHSShiftAmt = LHSShift.getOperand(1); local
3633 if (LHSShiftAmt.getOpcode() == ISD::Constant &&
3635 uint64_t LShVal = cast<ConstantSDNode>(LHSShiftAmt)->getZExtValue();
3641 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt);
3668 SDValue LExtOp0 = LHSShiftAmt;
3670 if ((LHSShiftAmt.getOpcode() == ISD::SIGN_EXTEND ||
3671 LHSShiftAmt.getOpcode() == ISD::ZERO_EXTEND ||
3672 LHSShiftAmt.getOpcode() == ISD::ANY_EXTEND ||
3673 LHSShiftAmt.getOpcode() == ISD::TRUNCATE) &&
3678 LExtOp0 = LHSShiftAmt
[all...]

Completed in 94 milliseconds