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