Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp3081 Instruction *&ValShiftedIsZero, in detectShiftUntilZeroIdiom() argument
3109 m_Br(m_Instruction(ValShiftedIsZero), m_BasicBlock(TrueBB), in detectShiftUntilZeroIdiom()
3111 !match(ValShiftedIsZero, in detectShiftUntilZeroIdiom()
3251 Instruction *ValShiftedIsZero; in recognizeShiftUntilZero() local
3257 if (!detectShiftUntilZeroIdiom(CurLoop, SE, ValShiftedIsZero, IntrID, IV, in recognizeShiftUntilZero()
3356 NewIVCheck->takeName(ValShiftedIsZero); in recognizeShiftUntilZero()
3382 ValShiftedIsZero->replaceAllUsesWith(NewIVCheck); in recognizeShiftUntilZero()
3383 ValShiftedIsZero->eraseFromParent(); in recognizeShiftUntilZero()