Searched refs:WidthOp (Results 1 – 1 of 1) sorted by relevance
6252 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local6254 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()6256 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction()6273 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()6285 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()6298 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()6299 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()