Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp28 bool CombinerHelper::matchSextOfTrunc(const MachineOperand &MO, in matchSextOfTrunc() function in CombinerHelper
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h858 bool matchSextOfTrunc(const MachineOperand &MO, BuildFnTy &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1545 [{ return Helper.matchSextOfTrunc(${root}, ${matchinfo}); }]),