Searched refs:ExprOp (Results 1 – 2 of 2) sorted by relevance
1477 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression() argument1478 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in convertToVariadicExpression()1514 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps() argument1515 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in canonicalizeExpressionOps()1603 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local1604 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() local1899 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()1900 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
190 struct ExprOp { struct202 struct ExprOp Expr;