Home | History | Annotate | Download | only in X86

Lines Matching defs:RHSC

1178 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) {
1179 int64_t Val = RHSC->getSExtValue();
1280 const auto *RHSC = dyn_cast<ConstantFP>(RHS);
1281 if (RHSC && RHSC->isNullValue())