Searched refs:ExactIns (Results 1 – 1 of 1) sorted by relevance
3227 } else if (auto *ExactIns = in visitGetElementPtrInst() local3231 if (ExactIns->isExact()) { in visitGetElementPtrInst()3243 if (ExactIns->isExact() && ExactIns->hasOneUse()) { in visitGetElementPtrInst()3251 match(ExactIns, m_Shr(m_Value(V), m_APInt(C))) && in visitGetElementPtrInst()3254 else if (match(ExactIns, m_UDiv(m_Value(V), m_APInt(C)))) { in visitGetElementPtrInst()3260 } else if (match(ExactIns, m_SDiv(m_Value(V), m_APInt(C)))) { in visitGetElementPtrInst()3271 static_cast<Instruction::BinaryOps>(ExactIns->getOpcode()), V, in visitGetElementPtrInst()