Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CreateExpr

526       Inst.addOperand(MCOperand::CreateExpr(getExpr()));
534 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
539 Inst.addOperand(MCOperand::CreateExpr(getTLSReg()));
588 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
618 return CreateExpr(Val, S, E, IsPPC64);