HomeSort by relevance Sort by last modified time
    Searched defs:CreateExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCInst.h 129 static MCOperand CreateExpr(const MCExpr *Val) {
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 458 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
466 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
471 Inst.addOperand(MCOperand::CreateExpr(getTLSReg()));
514 static PPCOperand *CreateExpr(const MCExpr *Val,
544 return CreateExpr(Val, S, E, IsPPC64);
    [all...]

Completed in 43 milliseconds