Searched defs:IsNUW (Results 1 – 9 of 9) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 355 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); in SimplifyAssociativeOrCommutative() local 453 bool IsNUW = hasNoUnsignedWrap(I) && in SimplifyAssociativeOrCommutative() local
|
| D | InstCombineAddSub.cpp | 1588 Type *Ty, bool IsNUW) { in OptimizePointerDifference()
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 396 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); in SimplifyAssociativeOrCommutative() local 494 bool IsNUW = hasNoUnsignedWrap(I) && in SimplifyAssociativeOrCommutative() local
|
| D | InstCombineAddSub.cpp | 1621 Type *Ty, bool IsNUW) { in OptimizePointerDifference()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 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()
|
| D | ScalarEvolution.cpp | 4482 bool IsNUW = false; member
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 609 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 673 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
|
| D | ScalarEvolution.cpp | 4543 bool IsNUW = false; member
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 3794 bool IsNUW; member
|