Searched refs:OuterShiftAmt (Results 1 – 1 of 1) sorted by relevance
4885 uint64_t OuterShiftAmt = ShrCnst->getZExtValue(); in SelectBFE() local4888 if (OuterShiftAmt < InnerShiftAmt) { in SelectBFE()4895 if (OuterShiftAmt >= Val.getValueType().getSizeInBits()) { in SelectBFE()4900 CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, MVT::i32); in SelectBFE()4903 OuterShiftAmt, MVT::i32); in SelectBFE()