Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp480 const APInt *InnerShiftConst; in canEvaluateShiftedShift() local
481 if (!match(InnerShift->getOperand(1), m_APInt(InnerShiftConst))) in canEvaluateShiftedShift()
494 if (*InnerShiftConst == OuterShAmt) in canEvaluateShiftedShift()
504 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { in canEvaluateShiftedShift()
505 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()