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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3257 SDValue RHSShiftAmt = RHSShift.getOperand(1); local
3262 RHSShiftAmt.getOpcode() == ISD::Constant) {
3264 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue();
3269 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt);
3297 if (RHSShiftAmt.getOpcode() == ISD::SUB &&
3298 LHSShiftAmt == RHSShiftAmt.getOperand(1)) {
3300 dyn_cast<ConstantSDNode>(RHSShiftAmt.getOperand(0))) {
3303 HasROTL ? LHSShiftAmt : RHSShiftAmt).getNode();
3311 RHSShiftAmt == LHSShiftAmt.getOperand(1)) {
3316 HasROTR ? RHSShiftAmt
[all...]

Completed in 211 milliseconds