Searched refs:CstLow (Results 1 – 1 of 1) sorted by relevance
3784 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in computeKnownBits() local3785 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in computeKnownBits()3789 if (CstLow && CstHigh) { in computeKnownBits()3791 std::swap(CstLow, CstHigh); in computeKnownBits()3793 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()3821 if (IsMax && CstLow) { in computeKnownBits()3822 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()4196 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in ComputeNumSignBits() local4197 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in ComputeNumSignBits()4201 if (CstLow && CstHigh) { in ComputeNumSignBits()[all …]