Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h606 bool matchRotateOutOfRange(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td767 [{ return Helper.matchRotateOutOfRange(*${root}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4181 bool CombinerHelper::matchRotateOutOfRange(MachineInstr &MI) { in matchRotateOutOfRange() function in CombinerHelper