Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp890 Instruction *InstCombinerImpl::matchSAddSubSat(IntrinsicInst &MinMax1) { in matchSAddSubSat() argument
891 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()
H A DInstCombineInternal.h331 Instruction *matchSAddSubSat(IntrinsicInst &MinMax1);