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