Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:ShiftAmt

4187     APInt ShiftAmt = ShlRHS->getAPIntValue();
4189 if (ShiftAmt.sge(0) && ShiftAmt.slt(BitWidth)) {
4190 APInt MulVal = APInt(BitWidth, 1) << ShiftAmt;