Searched refs:computeOverflowForUnsignedMul (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 519 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul() 660 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function 663 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
|
D | InstCombineCompares.cpp | 3808 OverflowResult OR = computeOverflowForUnsignedMul(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 496 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function 498 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedMul()
|
D | InstCombineMulDivRem.cpp | 398 computeOverflowForUnsignedMul(Op0, Op1, &I) == in visitMul()
|
D | InstCombineCompares.cpp | 2641 OverflowResult OR = computeOverflowForUnsignedMul(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 323 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 403 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3275 OverflowResult llvm::computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3706 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm
|