Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1687 Value *ExactBTCV = nullptr; // Lazily generated if needed. in predicateLoopExits() local
1698 if (!ExactBTCV) in predicateLoopExits()
1699 ExactBTCV = Rewriter.expandCodeFor(ExactBTC); in predicateLoopExits()
1700 Value *RHS = ExactBTCV; in predicateLoopExits()