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 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);
    [all...]

Completed in 153 milliseconds