Home
last modified time | relevance | path

Searched refs:computeOverflow (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h531 OverflowResult computeOverflow(
H A DInstCombineCompares.cpp5007 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() function in InstCombinerImpl
5055 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
H A DInstCombineCalls.cpp1670 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()