Searched refs:ConstAddr (Results 1 – 2 of 2) sorted by relevance
4890 int64_t ConstAddr = 0; in selectDS1Addr1OffsetImpl() local4906 } else if (mi_match(Root.getReg(), *MRI, m_ICst(ConstAddr))) { in selectDS1Addr1OffsetImpl()4955 int64_t ConstAddr = 0; in selectDSReadWrite2Impl() local4972 } else if (mi_match(Root.getReg(), *MRI, m_ICst(ConstAddr))) { in selectDSReadWrite2Impl()
2169 else if (std::optional<loc::ConcreteInt> ConstAddr = in SummarizeValue() local2171 os << "a constant address (" << ConstAddr->getValue() << ")"; in SummarizeValue()