Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp6614 uint64_t AShrAmt = CI->getZExtValue(); in createSCEV() local
6615 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV()
6633 if (ShlAmt > AShrAmt) { in createSCEV()
6638 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV()
6639 ShlAmt - AShrAmt); in createSCEV()
6651 APInt Mult = APInt::getOneBitSet(BitWidth, AShrAmt); in createSCEV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6450 uint64_t AShrAmt = CI->getZExtValue(); in createSCEV() local
6451 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV()
6469 if (ShlAmt > AShrAmt) { in createSCEV()
6474 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV()
6475 ShlAmt - AShrAmt); in createSCEV()