Searched refs:OuterShiftAmt (Results 1 – 1 of 1) sorted by relevance
4932 uint64_t OuterShiftAmt = ShrCnst->getZExtValue(); in SelectBFE() local4935 if (OuterShiftAmt < InnerShiftAmt) { in SelectBFE()4942 if (OuterShiftAmt >= Val.getValueType().getSizeInBits()) { in SelectBFE()4947 CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, DL, MVT::i32); in SelectBFE()4950 OuterShiftAmt, DL, MVT::i32); in SelectBFE()