Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1477 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression() argument
1478 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in convertToVariadicExpression()
1514 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps() argument
1515 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in canonicalizeExpressionOps()
1603 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local
1604 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps()
1605 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
1898 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local
1899 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()
1900 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp190 struct ExprOp { struct
202 struct ExprOp Expr;