Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:AndRHS

2306       if (ConstantSDNode *AndRHS =
2312 if (AndRHS->getAPIntValue().isPowerOf2()) {
2315 DAG.getConstant(AndRHS->getAPIntValue().logBase2(), ShiftTy)));
2317 } else if (Cond == ISD::SETEQ && C1 == AndRHS->getAPIntValue()) {