Searched refs:computeOverflowForSignedMul (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 513 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul() 666 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function 669 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 409 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3753 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
|