Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3752 Register MaybeLoad; in matchLoadAndBytePosition() local
3755 m_OneNonDBGUse(m_GShl(m_Reg(MaybeLoad), m_ICst(Shift))))) { in matchLoadAndBytePosition()
3757 MaybeLoad = Reg; in matchLoadAndBytePosition()
3764 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()