Home | History | Annotate | Download | only in X86

Lines Matching refs:RHSC

3397     if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
3398 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3403 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3407 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
16080 // If this is efficiently invertible, canonicalize the LHSC/RHSC values