Home
last modified time | relevance | path

Searched refs:UDivExpr (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2072 if (auto *UDivExpr = dyn_cast<SCEVUDivExpr>(S)) { in isHighCostExpansionHelper() local
2076 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS())) in isHighCostExpansionHelper()
2080 unsigned Width = cast<IntegerType>(UDivExpr->getType())->getBitWidth(); in isHighCostExpansionHelper()