Home
last modified time | relevance | path

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

/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/llvm/lib/Analysis/
DValueTracking.cpp3275 OverflowResult llvm::computeOverflowForUnsignedMul(Value *LHS, Value *RHS, in computeOverflowForUnsignedMul() function in llvm