Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2621 Instruction *&ValShiftedIsZero, in detectShiftUntilZeroIdiom() argument
2649 m_Br(m_Instruction(ValShiftedIsZero), m_BasicBlock(TrueBB), in detectShiftUntilZeroIdiom()
2651 !match(ValShiftedIsZero, in detectShiftUntilZeroIdiom()
2791 Instruction *ValShiftedIsZero; in recognizeShiftUntilZero() local
2797 if (!detectShiftUntilZeroIdiom(CurLoop, SE, ValShiftedIsZero, IntrID, IV, in recognizeShiftUntilZero()
2898 NewIVCheck->takeName(ValShiftedIsZero); in recognizeShiftUntilZero()
2924 ValShiftedIsZero->replaceAllUsesWith(NewIVCheck); in recognizeShiftUntilZero()
2925 ValShiftedIsZero->eraseFromParent(); in recognizeShiftUntilZero()