Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h481 bool matchOperandIsZero(MachineInstr &MI, unsigned OpIdx);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td393 [{ return Helper.matchOperandIsZero(*${root}, 1); }]),
437 [{ return Helper.matchOperandIsZero(*${root}, 2); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2575 bool CombinerHelper::matchOperandIsZero(MachineInstr &MI, unsigned OpIdx) { in matchOperandIsZero() function in CombinerHelper