Searched refs:ExactBTCV (Results 1 – 1 of 1) sorted by relevance
1687 Value *ExactBTCV = nullptr; // Lazily generated if needed. in predicateLoopExits() local1698 if (!ExactBTCV) in predicateLoopExits()1699 ExactBTCV = Rewriter.expandCodeFor(ExactBTC); in predicateLoopExits()1700 Value *RHS = ExactBTCV; in predicateLoopExits()