Searched refs:ExprOp (Results 1 – 2 of 2) sorted by relevance
1595 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression() argument1596 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in convertToVariadicExpression()1622 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps() argument1623 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in canonicalizeExpressionOps()1717 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local1718 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps()1719 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()2017 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local2018 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()2019 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
189 struct ExprOp { struct201 struct ExprOp Expr;