Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h876 bool matchSimplifyNegMinMax(MachineInstr &MI, BuildFnTy &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1408 [{ return Helper.matchSimplifyNegMinMax(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7275 bool CombinerHelper::matchSimplifyNegMinMax(MachineInstr &MI, in matchSimplifyNegMinMax() function in CombinerHelper