Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp572 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() argument
606 if ((IsNSW || IsNUW) && match(Op1, m_SignMask()) && in SimplifyAddInst()
611 if (IsNUW && match(Op1, m_AllOnes())) in SimplifyAddInst()
636 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() argument
638 return ::SimplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in SimplifyAddInst()
DScalarEvolution.cpp4453 bool IsNUW = false; member
4464 IsNUW = OBO->hasNoUnsignedWrap(); in BinaryOp()
4469 bool IsNUW = false) in BinaryOp()
4470 : Opcode(Opcode), LHS(LHS), RHS(RHS), IsNSW(IsNSW), IsNUW(IsNUW) {} in BinaryOp()
4992 if (BO->IsNUW) in createSimpleAffineAddRec()
5090 if (BO->IsNUW) in createAddRecFromPHI()
/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()