Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp650 bool AllInvariant = true; in simplifyOneLoop() local
659 AllInvariant = false; in simplifyOneLoop()
670 if (!AllInvariant) continue; in simplifyOneLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3402 bool AllInvariant = all_of( in getAddRecExpr() local
3405 if (AllInvariant) { in getAddRecExpr()
3414 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3418 if (AllInvariant) { in getAddRecExpr()