Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h476 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
478 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h289 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
488 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function
491 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
DInstCombineCompares.cpp4570 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h574 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
760 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function
763 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
DInstCombineCompares.cpp4499 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h465 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/external/llvm-project/llvm/include/llvm/Analysis/
DValueTracking.h503 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4188 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4498 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm