Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:ShiftAmt

4863       uint64_t ShiftAmt = ShiftCnst->getZExtValue();
4886 NumBits = countTrailingOnes(MaskVal) - ShiftAmt;
4893 NumBits = NumZeros + NumOnes - ShiftAmt;
4899 if (ShiftAmt < NumZeros) {
4906 Start = CurDAG->getTargetConstant(ShiftAmt, DL, MVT::i32);