Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:ShiftAmt

2960     APInt ShiftAmt = ShlRHS->getAPIntValue();
2962 if (ShiftAmt.sge(0) && ShiftAmt.slt(BitWidth)) {
2963 APInt MulVal = APInt(BitWidth, 1) << ShiftAmt;