Searched defs:computeOverflowForSignedMul (Results 1 – 3 of 3) sorted by relevance
476 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
7100 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
4588 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { in computeOverflowForSignedMul() function in SelectionDAG