Searched refs:computeOverflowForUnsignedAdd (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 495 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd() 672 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function 675 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
|
D | InstCombineCompares.cpp | 3764 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 500 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function 502 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
|
D | InstCombineAddSub.cpp | 1286 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
|
D | InstCombineCompares.cpp | 2599 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 328 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 414 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3325 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3795 OverflowResult llvm::computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function in llvm
|