Lines Matching defs:IsNUW
1408 bool IsNUW = false;
1415 IsNUW = OBO->hasNoUnsignedWrap();
1420 bool IsNSW = false, bool IsNUW = false)
1421 : Opcode(Opcode), Operands({LHS, RHS}), IsNSW(IsNSW), IsNUW(IsNUW) {}
1436 /*IsNSW=*/true, /*IsNUW=*/true);
1452 bool IsNUW = Op->hasNoUnsignedWrap();
1454 (IsNUW || SA->getValue().ult(BitWidth - 1));
1459 return BinaryOp(Instruction::Mul, Op->getOperand(0), X, IsNSW, IsNUW);
1492 !(ExtKind == ExtendKind::Zero && Op->IsNUW)) {
1502 } else if (Op->IsNUW) {