Searched refs:ShlCnst (Results 1 – 1 of 1) sorted by relevance
4990 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in tryBFE() local4991 if (!ShlCnst) { in tryBFE()4995 uint64_t InnerShiftAmt = ShlCnst->getZExtValue(); in tryBFE()