Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1256 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local
1257 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps()
1258 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
1481 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local
1482 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()
1483 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp188 struct ExprOp { struct
200 struct ExprOp Expr;