Lines Matching defs:LHSC
1471 const APFloat *LHSC, *RHSC;
1474 match(LHS1, m_APFloatAllowPoison(LHSC)) &&
1476 LHSC->bitwiseIsEqual(neg(*RHSC))) {
1489 std::swap(LHSC, RHSC);
1499 ConstantFP::get(LHS0->getType(), *LHSC));
3291 const APInt *LHSC = nullptr, *RHSC = nullptr;
3292 match(LHS1, m_APInt(LHSC));
3402 if (!LHSC || !RHSC)
3419 BigC = LHSC;
3422 SmallC = LHSC;
3447 if (isSignBitCheck(PredL, *LHSC, TrueIfSignedL) &&