Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2494 Instruction *ValShifted, *NBits, *IVNext; in detectShiftUntilZeroIdiom() local
2511 m_ICmp(Pred, m_Instruction(ValShifted), m_Zero())) || in detectShiftUntilZeroIdiom()
2519 if (!match(ValShifted, m_Shift(m_LoopInvariant(m_Value(Val), CurLoop), in detectShiftUntilZeroIdiom()
2524 IntrinID = ValShifted->getOpcode() == Instruction::Shl ? Intrinsic::cttz in detectShiftUntilZeroIdiom()
2583 if (ValShifted->getOpcode() == Instruction::AShr && in detectShiftUntilZeroIdiom()