Searched refs:computeOverflow (Results 1 – 3 of 3) sorted by relevance
531 OverflowResult computeOverflow(
5007 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() function in InstCombinerImpl5055 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
1670 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()