Searched refs:WidthOp (Results 1 – 1 of 1) sorted by relevance
6441 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in matchAndEmitInstruction() local6443 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in matchAndEmitInstruction()6445 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in matchAndEmitInstruction()6462 return Error(WidthOp.getStartLoc(), in matchAndEmitInstruction()6474 return Error(WidthOp.getStartLoc(), in matchAndEmitInstruction()6487 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in matchAndEmitInstruction()6488 WidthOp.getEndLoc(), getContext())); in matchAndEmitInstruction()