Searched refs:ExactIns (Results 1 – 1 of 1) sorted by relevance
2942 } else if (auto *ExactIns = in visitGetElementPtrInst() local2946 if (ExactIns->isExact()) { in visitGetElementPtrInst()2958 if (ExactIns->isExact() && ExactIns->hasOneUse()) { in visitGetElementPtrInst()2966 match(ExactIns, m_Shr(m_Value(V), m_APInt(C))) && in visitGetElementPtrInst()2969 else if (match(ExactIns, m_UDiv(m_Value(V), m_APInt(C)))) { in visitGetElementPtrInst()2975 } else if (match(ExactIns, m_SDiv(m_Value(V), m_APInt(C)))) { in visitGetElementPtrInst()2986 static_cast<Instruction::BinaryOps>(ExactIns->getOpcode()), V, in visitGetElementPtrInst()