Home | History | Annotate | Download | only in X86

Lines Matching defs:AndRHS

8336     ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
8338 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {