Searched refs:ShrCnst (Results 1 – 1 of 1) sorted by relevance
4865 ConstantSDNode *ShrCnst = dyn_cast<ConstantSDNode>(ShrRHS); in SelectBFE() local4866 if (!ShrCnst) { in SelectBFE()4870 uint64_t OuterShiftAmt = ShrCnst->getZExtValue(); in SelectBFE()