Home
last modified time | relevance | path

Searched refs:MCValOp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp574 MCOperand MCValOp = Inst.getOperand(1); in expandSET() local
576 assert(MCValOp.isImm() || MCValOp.isExpr()); in expandSET()
580 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET()
600 ValExpr = MCValOp.getExpr(); in expandSET()