Searched refs:expr_ops (Results 1 – 6 of 6) sorted by relevance
1524 for (const auto &It : expr_ops()) { in isImplicit()1545 for (const auto &It : expr_ops()) { in isComplex()1566 auto ExprOpBegin = expr_ops().begin(); in isSingleLocationExpression()1567 auto ExprOpEnd = expr_ops().end(); in isSingleLocationExpression()1608 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression()1635 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps()1648 for (auto Op : Expr->expr_ops()) { in canonicalizeExpressionOps()1685 for (auto Op : expr_ops()) { in getActiveBits()1804 for (auto ExprOp : expr_ops()) in hasAllLocationOps()1860 if (!any_of(Expr->expr_ops(), in appendOpsToArg()[all …]
2464 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()
6429 iterator_range<llvm::DIExpression::expr_op_iterator> expr_ops() { in expr_ops() function6652 for (const auto &Op : expr_ops()) { in appendToVectors()6697 auto expr_ops = ToDwarfOpIter(Expr); in numLLVMArgOps() local6699 for (auto Op : expr_ops) in numLLVMArgOps()6896 for (const auto &Op : DVIRec.Expr->expr_ops()) { in SalvageDVI()
5045 for (auto &Op : Expr->expr_ops()) { in createOrReplaceFragment()5322 for (auto Op : getAddressExpression(DbgVariable)->expr_ops()) { in splitAlloca()
1165 for (auto &Op : Expr->expr_ops()) { in emitDebugValueComment()
2873 iterator_range<expr_op_iterator> expr_ops() const { in expr_ops() function