Lines Matching defs:IsNSW
1407 bool IsNSW = false;
1414 IsNSW = OBO->hasNoSignedWrap();
1420 bool IsNSW = false, bool IsNUW = false)
1421 : Opcode(Opcode), Operands({LHS, RHS}), IsNSW(IsNSW), IsNUW(IsNUW) {}
1436 /*IsNSW=*/true, /*IsNUW=*/true);
1453 bool IsNSW = Op->hasNoSignedWrap() &&
1459 return BinaryOp(Instruction::Mul, Op->getOperand(0), X, IsNSW, IsNUW);
1491 if (!(ExtKind == ExtendKind::Sign && Op->IsNSW) &&
1500 if (Op->IsNSW) {