Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h328 Instruction *matchSAddSubSat(SelectInst &MinMax1);
DInstCombineSelect.cpp2185 Instruction *InstCombinerImpl::matchSAddSubSat(SelectInst &MinMax1) { in matchSAddSubSat() function in InstCombinerImpl
3052 if (Instruction *I = matchSAddSubSat(SI)) in visitSelectInst()