Home
last modified time | relevance | path

Searched refs:matchSimplifySelectToMinMax (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h796 bool matchSimplifySelectToMinMax(MachineInstr &MI, BuildFnTy &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1318 [{ return Helper.matchSimplifySelectToMinMax(*${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6463 bool CombinerHelper::matchSimplifySelectToMinMax(MachineInstr &MI, in matchSimplifySelectToMinMax() function in CombinerHelper