Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LHSR

1668         if (ConstantSDNode *LHSR = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
1673 LHSR->getAPIntValue(),
1681 if (DAG.MaskedValueIsZero(N0.getOperand(0), ~LHSR->getAPIntValue()))
1684 DAG.getConstant(LHSR->getAPIntValue() ^