Searched refs:Imm1Exp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4342 const MCExpr *Imm1Exp; local
4343 if (getParser().parseExpression(Imm1Exp, Ex1)) {
4348 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm1Exp);
4369 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));
4375 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));

Completed in 172 milliseconds