Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp437 const APInt *InnerShiftConst; in canEvaluateShiftedShift() local
438 if (!match(InnerShift->getOperand(1), m_APInt(InnerShiftConst))) in canEvaluateShiftedShift()
451 if (*InnerShiftConst == OuterShAmt) in canEvaluateShiftedShift()
461 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { in canEvaluateShiftedShift()
462 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()