Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ORI

2293     if (ConstantSDNode *ORI = dyn_cast<ConstantSDNode>(N0.getOperand(1)))
2294 if ((ORI->getAPIntValue() & N1C->getAPIntValue()) == N1C->getAPIntValue())