Searched refs:CstLow (Results 1 – 1 of 1) sorted by relevance
4090 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in computeKnownBits() local4091 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in computeKnownBits()4095 if (CstLow && CstHigh) { in computeKnownBits()4097 std::swap(CstLow, CstHigh); in computeKnownBits()4099 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()4127 if (IsMax && CstLow) { in computeKnownBits()4128 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()4679 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in ComputeNumSignBits() local4680 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in ComputeNumSignBits()4684 if (CstLow && CstHigh) { in ComputeNumSignBits()[all …]