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