Searched refs:WidthOp (Results 1 – 1 of 1) sorted by relevance
5520 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local5522 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()5524 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction()5541 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()5553 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()5566 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()5567 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()