Searched refs:ExactBTCV (Results 1 – 1 of 1) sorted by relevance
1860 Value *ExactBTCV = nullptr; // Lazily generated if needed. in predicateLoopExits() local1871 if (!ExactBTCV) in predicateLoopExits()1872 ExactBTCV = Rewriter.expandCodeFor(ExactBTC); in predicateLoopExits()1873 Value *RHS = ExactBTCV; in predicateLoopExits()