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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3154 SDValue RHSShiftAmt = RHSShift.getOperand(1); local
3159 RHSShiftAmt.getOpcode() == ISD::Constant) {
3161 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue();
3169 Rot = DAG.getNode(ISD::ROTR, DL, VT, LHSShiftArg, RHSShiftAmt);
3197 if (RHSShiftAmt.getOpcode() == ISD::SUB &&
3198 LHSShiftAmt == RHSShiftAmt.getOperand(1)) {
3200 dyn_cast<ConstantSDNode>(RHSShiftAmt.getOperand(0))) {
3207 LHSShiftArg, RHSShiftAmt).getNode();
3215 RHSShiftAmt == LHSShiftAmt.getOperand(1)) {
3221 LHSShiftArg, RHSShiftAmt)
[all...]

Completed in 30 milliseconds