Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LHSR

1835         if (ConstantSDNode *LHSR = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
1840 LHSR->getAPIntValue(),
1848 if (DAG.MaskedValueIsZero(N0.getOperand(0), ~LHSR->getAPIntValue()))
1851 DAG.getConstant(LHSR->getAPIntValue() ^