Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3276 Register MaybeLoad; in matchLoadAndBytePosition() local
3279 m_OneNonDBGUse(m_GShl(m_Reg(MaybeLoad), m_ICst(Shift))))) { in matchLoadAndBytePosition()
3281 MaybeLoad = Reg; in matchLoadAndBytePosition()
3288 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()