Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4766 std::optional<ValueAndVReg> LHSCstOff; in matchReassocConstantInnerLHS() local
4768 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()
4779 auto NewCst = B.buildConstant(MRI.getType(RHSReg), LHSCstOff->Value); in matchReassocConstantInnerLHS()