Searched refs:LshrAmt (Results 1 – 1 of 1) sorted by relevance
3217 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3() local3220 return ConstantInt::get(Ty, C1->lshr(LshrAmt)); in ConstantFoldScalarCall3()3223 return ConstantInt::get(Ty, C0->shl(ShlAmt) | C1->lshr(LshrAmt)); in ConstantFoldScalarCall3()