Searched defs:isNUW (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp260 bool isNUW = cast<BinaryOperator>(Inst)->hasNoUnsignedWrap(); local
H A DInstructionSimplify.cpp528 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
584 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
660 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
777 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
1379 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
1396 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, argument
1525 bool isNUW = AddInst->hasNoUnsignedWrap(); local
1684 bool isNUW = AddInst->hasNoUnsignedWrap(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp35 bool isNUW = false, isNSW = false, isExact = false; local
497 bool isNUW = false, isNSW = false, isExact = false; local
[all...]

Completed in 76 milliseconds