Home
last modified time | relevance | path

Searched refs:computeOverflowForUnsignedAdd (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h495 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()
DInstCombineCompares.cpp3764 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h500 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function
502 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
DInstCombineAddSub.cpp1286 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
DInstCombineCompares.cpp2599 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/include/llvm/Analysis/
DValueTracking.h328 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h414 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
/external/llvm/lib/Analysis/
DValueTracking.cpp3325 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3795 OverflowResult llvm::computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function in llvm