Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp585 auto getSimplifiedConstant = [&](Value *V) -> Constant * { in analyzeLoopUnrollCost() local
596 if (auto *SimpleCond = getSimplifiedConstant(BI->getCondition())) { in analyzeLoopUnrollCost()
606 if (auto *SimpleCond = getSimplifiedConstant(SI->getCondition())) { in analyzeLoopUnrollCost()