Searched refs:ShlCst (Results 1 – 1 of 1) sorted by relevance
2177 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in Select() local2178 if (!Cst || !ShlCst) in Select()2182 uint64_t ShlVal = ShlCst->getZExtValue(); in Select()