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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3256 SDValue LHSShiftAmt = LHSShift.getOperand(1); local
3261 if (LHSShiftAmt.getOpcode() == ISD::Constant &&
3263 uint64_t LShVal = cast<ConstantSDNode>(LHSShiftAmt)->getZExtValue();
3269 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt);
3298 LHSShiftAmt == RHSShiftAmt.getOperand(1)) {
3303 HasROTL ? LHSShiftAmt : RHSShiftAmt).getNode();
3310 if (LHSShiftAmt.getOpcode() == ISD::SUB &&
3311 RHSShiftAmt == LHSShiftAmt.getOperand(1)) {
3313 dyn_cast<ConstantSDNode>(LHSShiftAmt.getOperand(0))) {
3316 HasROTR ? RHSShiftAmt : LHSShiftAmt)
[all...]

Completed in 61 milliseconds