Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h509 OverflowResult computeOverflow(
H A DInstCombineCompares.cpp3741 OverflowResult OR = computeOverflow( in foldICmpBinOpEqualityWithConstant()
6463 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() function in InstCombinerImpl
6511 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
H A DInstCombineCalls.cpp2517 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()