Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h513 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/
DValueTracking.h409 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3753 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm