Searched refs:MinMax1 (Results 1 – 2 of 2) sorted by relevance
1123 Instruction *InstCombinerImpl::matchSAddSubSat(IntrinsicInst &MinMax1) { in matchSAddSubSat() argument1124 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()
395 Instruction *matchSAddSubSat(IntrinsicInst &MinMax1);