Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:getSExtValue

463       if (isInt<16>(C->getSExtValue()))
469 if (isInt<20>(C->getSExtValue()))
582 if (isInt<16>(C->getSExtValue()))
583 Ops.push_back(DAG.getTargetConstant(C->getSExtValue(),
589 if (isInt<20>(C->getSExtValue()))
590 Ops.push_back(DAG.getTargetConstant(C->getSExtValue(),
1122 int64_t Value = ConstOp1->getSExtValue();
1155 int64_t SignedValue = ConstOp1->getSExtValue();
1263 isInt<16>(ConstOp1->getSExtValue()))
1765 int64_t TrueVal = TrueC->getSExtValue();
1766 int64_t FalseVal = FalseC->getSExtValue();
2235 Src2 = DAG.getConstant(-Const->getSExtValue(), Src2.getValueType());
2300 int64_t Value = (-Op2->getAPIntValue()).getSExtValue();