Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h684 bool matchRedundantNegOperands(MachineInstr &MI, BuildFnTy &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td813 [{ return Helper.matchRedundantNegOperands(*${root}, ${matchinfo}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4971 bool CombinerHelper::matchRedundantNegOperands(MachineInstr &MI, in matchRedundantNegOperands() function in CombinerHelper