Searched defs:CreateExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h129 static MCOperand CreateExpr(const MCExpr *Val) { function in class:llvm::MCOperand
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp526 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, function in struct:__anon26071::PPCOperand
618 return CreateExpr(Val, S, E, IsPPC64);

Completed in 103 milliseconds