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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3629 SDValue RHSShiftAmt = RHSShift.getOperand(1); local
3634 RHSShiftAmt.getOpcode() == ISD::Constant) {
3636 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue();
3641 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt);
3669 SDValue RExtOp0 = RHSShiftAmt;
3674 (RHSShiftAmt.getOpcode() == ISD::SIGN_EXTEND ||
3675 RHSShiftAmt.getOpcode() == ISD::ZERO_EXTEND ||
3676 RHSShiftAmt.getOpcode() == ISD::ANY_EXTEND ||
3677 RHSShiftAmt.getOpcode() == ISD::TRUNCATE)) {
3679 RExtOp0 = RHSShiftAmt
[all...]

Completed in 55 milliseconds