Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

10257       uint64_t ShiftAmt = C->getZExtValue();
10264 DAG.getConstant(ShiftAmt, MVT::i32));
10267 DAG.getConstant(ShiftAmt, MVT::i32));
10270 DAG.getConstant(ShiftAmt, MVT::i32));
10277 DAG.getConstant(ShiftAmt, MVT::i32));
10281 DAG.getConstant(uint8_t(-1U << ShiftAmt),
10289 DAG.getConstant(ShiftAmt, MVT::i32));
10293 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
10299 if (ShiftAmt == 7) {
10307 SmallVector<SDValue, 16> V(16, DAG.getConstant(128 >> ShiftAmt,
10320 DAG.getConstant(ShiftAmt, MVT::i32));
10324 DAG.getConstant(uint8_t(-1U << ShiftAmt),
10332 DAG.getConstant(ShiftAmt, MVT::i32));
10336 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
10342 if (ShiftAmt == 7) {
10350 SmallVector<SDValue, 32> V(32, DAG.getConstant(128 >> ShiftAmt,