Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp228 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue() local
229 if (NewShAmt >= TypeWidth) in GetShiftedValue()
232 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt)); in GetShiftedValue()
269 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue() local
270 if (NewShAmt >= TypeWidth) in GetShiftedValue()
273 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt)); in GetShiftedValue()