Searched refs:ShrOp1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp808 const APInt &ShrOp1 = cast<ConstantInt>(Shr->getOperand(1))->getValue(); local
809 if (!ShlOp1 || !ShrOp1)
815 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth))
819 unsigned ShrAmt = ShrOp1.getZExtValue();

Completed in 73 milliseconds