Home
last modified time | relevance | path

Searched refs:IsNUW (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp3794 bool IsNUW; member
3802 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()