Lines Matching defs:CstHigh
4389 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr;
4392 CstHigh =
4394 if (CstLow && CstHigh) {
4396 std::swap(CstLow, CstHigh);
4399 const APInt &ValueHigh = CstHigh->getAPIntValue();
4978 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr;
4981 CstHigh =
4983 if (CstLow && CstHigh) {
4985 std::swap(CstLow, CstHigh);
4986 if (CstLow->getAPIntValue().sle(CstHigh->getAPIntValue())) {
4988 Tmp2 = CstHigh->getAPIntValue().getNumSignBits();