Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h829 bool matchSelectIMinMax(const MachineOperand &MO, BuildFnTy &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1325 [{ return Helper.matchSelectIMinMax(${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6893 bool CombinerHelper::matchSelectIMinMax(const MachineOperand &MO, in matchSelectIMinMax() function in CombinerHelper