Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1422 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local
1423 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps()
1424 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
1686 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local
1687 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()
1688 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp189 struct ExprOp { struct
201 struct ExprOp Expr;