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