Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6969 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4304 SelectionDAG::computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedMul() function in SelectionDAG