Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4007 SDValue LHSShiftAmt = LHSShift.getOperand(1); in MatchRotate() local
4013 if (isConstOrConstSplat(LHSShiftAmt) && isConstOrConstSplat(RHSShiftAmt)) { in MatchRotate()
4014 uint64_t LShVal = isConstOrConstSplat(LHSShiftAmt)->getZExtValue(); in MatchRotate()
4020 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
4052 SDValue LExtOp0 = LHSShiftAmt; in MatchRotate()
4054 if ((LHSShiftAmt.getOpcode() == ISD::SIGN_EXTEND || in MatchRotate()
4055 LHSShiftAmt.getOpcode() == ISD::ZERO_EXTEND || in MatchRotate()
4056 LHSShiftAmt.getOpcode() == ISD::ANY_EXTEND || in MatchRotate()
4057 LHSShiftAmt.getOpcode() == ISD::TRUNCATE) && in MatchRotate()
4062 LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate()
[all …]