Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2558 Instruction *&ValShiftedIsZero, in detectShiftUntilZeroIdiom() argument
2586 m_Br(m_Instruction(ValShiftedIsZero), m_BasicBlock(TrueBB), in detectShiftUntilZeroIdiom()
2588 !match(ValShiftedIsZero, in detectShiftUntilZeroIdiom()
2728 Instruction *ValShiftedIsZero; in recognizeShiftUntilZero() local
2734 if (!detectShiftUntilZeroIdiom(CurLoop, SE, ValShiftedIsZero, IntrID, IV, in recognizeShiftUntilZero()
2835 NewIVCheck->takeName(ValShiftedIsZero); in recognizeShiftUntilZero()
2861 ValShiftedIsZero->replaceAllUsesWith(NewIVCheck); in recognizeShiftUntilZero()
2862 ValShiftedIsZero->eraseFromParent(); in recognizeShiftUntilZero()