Searched defs:IsNUW (Results 1 – 4 of 4) sorted by relevance
355 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); in SimplifyAssociativeOrCommutative() local453 bool IsNUW = hasNoUnsignedWrap(I) && in SimplifyAssociativeOrCommutative() local
1588 Type *Ty, bool IsNUW) { in OptimizePointerDifference()
617 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()681 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
4482 bool IsNUW = false; member