Lines Matching defs:Width
2310 // Note: The width operand is encoded as width-1.
2311 unsigned Width = countTrailingOnes(And_imm) - 1;
2316 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) {
2338 CurDAG->getTargetConstant(Width, MVT::i32),
2353 // Note: The width operand is encoded as width-1.
2354 unsigned Width = 32 - Srl_imm - 1;
2361 CurDAG->getTargetConstant(Width, MVT::i32),
2368 unsigned Width = cast<VTSDNode>(N->getOperand(1))->getVT().getSizeInBits();
2374 if (LSB + Width > 32)
2380 CurDAG->getTargetConstant(Width - 1, MVT::i32),