Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4009 SDValue RHSShiftAmt = RHSShift.getOperand(1); in MatchRotate() local
4013 if (isConstOrConstSplat(LHSShiftAmt) && isConstOrConstSplat(RHSShiftAmt)) { in MatchRotate()
4015 uint64_t RShVal = isConstOrConstSplat(RHSShiftAmt)->getZExtValue(); in MatchRotate()
4020 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
4053 SDValue RExtOp0 = RHSShiftAmt; in MatchRotate()
4058 (RHSShiftAmt.getOpcode() == ISD::SIGN_EXTEND || in MatchRotate()
4059 RHSShiftAmt.getOpcode() == ISD::ZERO_EXTEND || in MatchRotate()
4060 RHSShiftAmt.getOpcode() == ISD::ANY_EXTEND || in MatchRotate()
4061 RHSShiftAmt.getOpcode() == ISD::TRUNCATE)) { in MatchRotate()
4063 RExtOp0 = RHSShiftAmt.getOperand(0); in MatchRotate()
[all …]