Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6407 ConstantInt *ShlAmtCI = dyn_cast<ConstantInt>(L->getOperand(1)); in createSCEV() local
6408 if (ShlAmtCI && ShlAmtCI->getValue().ult(BitWidth)) { in createSCEV()
6409 uint64_t ShlAmt = ShlAmtCI->getZExtValue(); in createSCEV()