Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp644 bool AllInvariant = true; in simplifyOneLoop() local
653 AllInvariant = false; in simplifyOneLoop()
664 if (!AllInvariant) continue; in simplifyOneLoop()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp3632 bool AllInvariant = all_of( in getAddRecExpr() local
3635 if (AllInvariant) { in getAddRecExpr()
3644 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3648 if (AllInvariant) { in getAddRecExpr()