Searched refs:WidthOp (Results 1 – 1 of 1) sorted by relevance
3818 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local3820 if (Op1.isReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()3822 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction()3839 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()3851 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()3864 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()3865 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()