Searched refs:MinMax1 (Results 1 – 2 of 2) sorted by relevance
890 Instruction *InstCombinerImpl::matchSAddSubSat(IntrinsicInst &MinMax1) { in matchSAddSubSat() argument891 Type *Ty = MinMax1.getType(); in matchSAddSubSat()899 if (match(&MinMax1, m_SMin(m_Instruction(MinMax2), m_APInt(MaxValue)))) { in matchSAddSubSat()902 } else if (match(&MinMax1, in matchSAddSubSat()943 Function *F = Intrinsic::getDeclaration(MinMax1.getModule(), IntrinsicID, NewTy); in matchSAddSubSat()
331 Instruction *matchSAddSubSat(IntrinsicInst &MinMax1);