Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h519 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()
DInstCombineCompares.cpp3808 OverflowResult OR = computeOverflowForUnsignedMul(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h496 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function
498 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedMul()
DInstCombineMulDivRem.cpp398 computeOverflowForUnsignedMul(Op0, Op1, &I) == in visitMul()
DInstCombineCompares.cpp2641 OverflowResult OR = computeOverflowForUnsignedMul(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/include/llvm/Analysis/
DValueTracking.h323 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h403 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
/external/llvm/lib/Analysis/
DValueTracking.cpp3275 OverflowResult llvm::computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3706 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm