Home
last modified time | relevance | path

Searched refs:MinMax1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1123 Instruction *InstCombinerImpl::matchSAddSubSat(IntrinsicInst &MinMax1) { in matchSAddSubSat() argument
1124 Type *Ty = MinMax1.getType(); in matchSAddSubSat()
1132 if (match(&MinMax1, m_SMin(m_Instruction(MinMax2), m_APInt(MaxValue)))) { in matchSAddSubSat()
1135 } else if (match(&MinMax1, in matchSAddSubSat()
1176 Function *F = Intrinsic::getDeclaration(MinMax1.getModule(), IntrinsicID, NewTy); in matchSAddSubSat()
H A DInstCombineInternal.h395 Instruction *matchSAddSubSat(IntrinsicInst &MinMax1);