Searched refs:computeOverflowForUnsignedAdd (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 544 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd() 766 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function 769 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
|
| D | InstCombineCompares.cpp | 4491 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ValueTracking.h | 471 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 4230 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm
|