Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AddLHS

2697   ConstantInt *CI = nullptr; Value *AddLHS = nullptr;
2699 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) {
2700 TestAddrMode.ScaledReg = AddLHS;