Searched refs:IsNUW (Results 1 – 1 of 1) sorted by relevance
3794 bool IsNUW; member3802 IsNSW(false), IsNUW(false), Op(Op) { in BinaryOp()3805 IsNUW = OBO->hasNoUnsignedWrap(); in BinaryOp()3810 bool IsNUW = false) in BinaryOp()3811 : Opcode(Opcode), LHS(LHS), RHS(RHS), IsNSW(IsNSW), IsNUW(IsNUW), in BinaryOp()3984 if (BO->IsNUW) in createAddRecFromPHI()