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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp847 const APInt &ShlOp1 = cast<ConstantInt>(Shl->getOperand(1))->getValue(); local
849 if (!ShlOp1 || !ShrOp1)
855 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth))
858 unsigned ShlAmt = ShlOp1.getZExtValue();

Completed in 63 milliseconds