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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp221 unsigned NewShAmt = NumBits+CI->getZExtValue(); local
222 if (NewShAmt >= TypeWidth)
225 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));
262 unsigned NewShAmt = NumBits+CI->getZExtValue(); local
263 if (NewShAmt >= TypeWidth)
266 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));

Completed in 94 milliseconds