Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h914 bool tryFoldSelectToIntMinMax(GSelect *Select, BuildFnTy &MatchInfo);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6556 bool CombinerHelper::tryFoldSelectToIntMinMax(GSelect *Select, in tryFoldSelectToIntMinMax() function in CombinerHelper
6649 if (tryFoldSelectToIntMinMax(Select, MatchInfo)) in matchSelect()