Searched refs:UDivExpr (Results 1 – 1 of 1) sorted by relevance
1813 if (auto *UDivExpr = dyn_cast<SCEVUDivExpr>(S)) { in isHighCostExpansionHelper() local1817 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS())) in isHighCostExpansionHelper()1821 unsigned Width = cast<IntegerType>(UDivExpr->getType())->getBitWidth(); in isHighCostExpansionHelper()