Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h805 bool matchRedundantBinOpInEquality(MachineInstr &MI, BuildFnTy &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td987 [{ return Helper.matchRedundantBinOpInEquality(*${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6478 bool CombinerHelper::matchRedundantBinOpInEquality(MachineInstr &MI, in matchRedundantBinOpInEquality() function in CombinerHelper