Home | History | Annotate | Download | only in X86

Lines Matching defs:RHSC

1130 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) {
1131 int64_t Val = RHSC->getSExtValue();
1232 const auto *RHSC = dyn_cast<ConstantFP>(RHS);
1233 if (RHSC && RHSC->isNullValue())