Searched refs:expr_ops (Results 1 – 6 of 6) sorted by relevance
1802 for (const auto &It : expr_ops()) { in isImplicit()1823 for (const auto &It : expr_ops()) { in isComplex()1844 auto ExprOpBegin = expr_ops().begin(); in isSingleLocationExpression()1845 auto ExprOpEnd = expr_ops().end(); in isSingleLocationExpression()1886 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression()1913 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps()1926 for (auto Op : Expr->expr_ops()) { in canonicalizeExpressionOps()1963 for (auto Op : expr_ops()) { in getActiveBits()2082 for (auto ExprOp : expr_ops()) in hasAllLocationOps()2138 if (!any_of(Expr->expr_ops(), in appendOpsToArg()[all …]
2627 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()
6401 iterator_range<llvm::DIExpression::expr_op_iterator> expr_ops() { in expr_ops() function6615 for (const auto &Op : expr_ops()) { in appendToVectors()6660 auto expr_ops = ToDwarfOpIter(Expr); in numLLVMArgOps() local6662 for (auto Op : expr_ops) in numLLVMArgOps()6861 for (const auto &Op : DVIRec.Expr->expr_ops()) { in SalvageDVI()
5179 for (auto &Op : Expr->expr_ops()) { in createOrReplaceFragment()5467 for (auto Op : getAddressExpression(DbgVariable)->expr_ops()) { in splitAlloca()
1211 for (auto &Op : Expr->expr_ops()) { in emitDebugValueComment()
3462 iterator_range<expr_op_iterator> expr_ops() const { in expr_ops() function