Searched refs:AShrAmt (Results 1 – 1 of 1) sorted by relevance
7907 uint64_t AShrAmt = CI->getZExtValue(); in createSCEV() local7908 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV()7926 if (ShlAmt > AShrAmt) { in createSCEV()7931 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV()7932 ShlAmt - AShrAmt); in createSCEV()