Home
last modified time | relevance | path

Searched defs:computeOverflowForUnsignedMul (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h500 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, computeOverflowForUnsignedMul() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6298 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, computeOverflowForUnsignedMul() function in llvm
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4128 SelectionDAG::computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const { computeOverflowForUnsignedMul() function in SelectionDAG