Lines Matching defs:NSW
23538 bool NSW) {
23557 if (NSW && ((IsInc && EltC.isMaxSignedValue()) ||
23594 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false);
23606 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false);
23925 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false)) {
23933 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false)) {
38110 Known = KnownBits::add(Known, Known, /*NSW=*/true, /*NUW=*/true);
38111 Known = KnownBits::add(Known, Known, /*NSW=*/true, /*NUW=*/true);
38112 Known = KnownBits::add(Known, Known, /*NSW=*/true, /*NUW=*/true);
38135 Known = KnownBits::add(Lo, Hi, /*NSW=*/false, /*NUW=*/false);
38552 /*Add=*/Opc == X86ISD::HADD, /*NSW=*/false, /*NUW=*/false,
55039 bool NSW = Add->getFlags().hasNoSignedWrap();
55041 NSW = NSW || (Sext && DAG.willNotOverflowAdd(true, AddOp0, AddOp1));
55046 if ((Sext && !NSW) || (!Sext && !NUW))
55079 Flags.setNoSignedWrap(NSW);
55648 /*NSW*/ true))
55651 RHS, DAG, /*IsInc*/ false, /*NSW*/ true))
55664 /*NSW*/ true))
55667 /*NSW*/ true))