Searched refs:ConstAddr (Results 1 – 2 of 2) sorted by relevance
4379 int64_t ConstAddr = 0; in selectDS1Addr1OffsetImpl() local4395 } else if (mi_match(Root.getReg(), *MRI, m_ICst(ConstAddr))) { in selectDS1Addr1OffsetImpl()4444 int64_t ConstAddr = 0; in selectDSReadWrite2Impl() local4461 } else if (mi_match(Root.getReg(), *MRI, m_ICst(ConstAddr))) { in selectDSReadWrite2Impl()
2116 else if (std::optional<loc::ConcreteInt> ConstAddr = in SummarizeValue() local2118 os << "a constant address (" << ConstAddr->getValue() << ")"; in SummarizeValue()