Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6466 ConstantInt *ShlAmtCI = dyn_cast<ConstantInt>(L->getOperand(1)); in createSCEV() local
6467 if (ShlAmtCI && ShlAmtCI->getValue().ult(BitWidth)) { in createSCEV()
6468 uint64_t ShlAmt = ShlAmtCI->getZExtValue(); in createSCEV()