Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6391 uint64_t AShrAmt = CI->getZExtValue(); in createSCEV() local
6392 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()