Searched refs:ValShiftedIsZero (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 2431 Instruction *&ValShiftedIsZero, in detectShiftUntilZeroIdiom() argument 2458 m_Br(m_Instruction(ValShiftedIsZero), m_BasicBlock(TrueBB), in detectShiftUntilZeroIdiom() 2460 !match(ValShiftedIsZero, in detectShiftUntilZeroIdiom() 2585 Instruction *ValShiftedIsZero, *IV; in recognizeShiftUntilZero() local 2589 if (!detectShiftUntilZeroIdiom(CurLoop, SE, ValShiftedIsZero, IV, Start, Val, in recognizeShiftUntilZero() 2691 NewIVCheck->takeName(ValShiftedIsZero); in recognizeShiftUntilZero() 2717 ValShiftedIsZero->replaceAllUsesWith(NewIVCheck); in recognizeShiftUntilZero() 2718 ValShiftedIsZero->eraseFromParent(); in recognizeShiftUntilZero()
|