Searched refs:computeOverflowForUnsignedMul (Results 1 – 5 of 5) sorted by relevance
/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/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3275 OverflowResult llvm::computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function in llvm
|