Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h507 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, computeOverflowForSignedMul() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6308 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, computeOverflowForSignedMul() function in llvm
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4141 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { computeOverflowForSignedMul() function in SelectionDAG