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