Searched refs:expr_ops (Results 1 – 5 of 5) sorted by relevance
1412 for (const auto &It : expr_ops()) { in isImplicit()1434 for (const auto &It : expr_ops()) { in isComplex()1455 auto ExprOpBegin = expr_ops().begin(); in isSingleLocationExpression()1456 auto ExprOpEnd = expr_ops().end(); in isSingleLocationExpression()1477 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression()1514 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps()1527 for (auto Op : Expr->expr_ops()) { in canonicalizeExpressionOps()1603 for (auto ExprOp : expr_ops()) in hasAllLocationOps()1654 if (!any_of(Expr->expr_ops(), in appendOpsToArg()1663 for (auto Op : Expr->expr_ops()) { in appendOpsToArg()[all …]
2319 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()
6006 iterator_range<llvm::DIExpression::expr_op_iterator> expr_ops() { in expr_ops() function6229 for (const auto &Op : expr_ops()) { in appendToVectors()6272 auto expr_ops = ToDwarfOpIter(Expr); in numLLVMArgOps() local6274 for (auto Op : expr_ops) in numLLVMArgOps()6453 for (const auto &Op : DVIRec.Expr->expr_ops()) { in SalvageDVI()
1145 for (auto &Op : Expr->expr_ops()) { in emitDebugValueComment()
2758 iterator_range<expr_op_iterator> expr_ops() const { in expr_ops() function