Searched refs:AShrAmt (Results 1 – 1 of 1) sorted by relevance
6391 uint64_t AShrAmt = CI->getZExtValue(); in createSCEV() local6392 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV()6410 if (ShlAmt > AShrAmt) { in createSCEV()6415 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV()6416 ShlAmt - AShrAmt); in createSCEV()