Home
last modified time | relevance | path

Searched refs:UDivExpr (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1956 if (auto *UDivExpr = dyn_cast<SCEVUDivExpr>(S)) { in isHighCostExpansionHelper() local
1960 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS())) in isHighCostExpansionHelper()
1964 unsigned Width = cast<IntegerType>(UDivExpr->getType())->getBitWidth(); in isHighCostExpansionHelper()