Lines Matching defs:IsNUW
5246 bool IsNUW = false;
5257 IsNUW = OBO->hasNoUnsignedWrap();
5262 bool IsNUW = false)
5263 : Opcode(Opcode), LHS(LHS), RHS(RHS), IsNSW(IsNSW), IsNUW(IsNUW) {}
5296 /*IsNSW=*/true, /*IsNUW=*/true);
5348 /* IsNSW = */ Signed, /* IsNUW = */ !Signed);
5773 if (BO->IsNUW)
5879 if (BO->IsNUW)
7526 if (BO->Op && (BO->IsNSW || BO->IsNUW)) {