Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp361 bool CombinerHelper::matchCastOfInteger(const MachineInstr &CastMI, in matchCastOfInteger() function in CombinerHelper
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h892 bool matchCastOfInteger(const MachineInstr &CastMI, APInt &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1915 [{ return Helper.matchCastOfInteger(*${Cast}, ${matchinfo}); }]),