Home
last modified time | relevance | path

Searched refs:expr_ops (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1412 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 …]
H A DAsmWriter.cpp2319 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6006 iterator_range<llvm::DIExpression::expr_op_iterator> expr_ops() { in expr_ops() function
6229 for (const auto &Op : expr_ops()) { in appendToVectors()
6272 auto expr_ops = ToDwarfOpIter(Expr); in numLLVMArgOps() local
6274 for (auto Op : expr_ops) in numLLVMArgOps()
6453 for (const auto &Op : DVIRec.Expr->expr_ops()) { in SalvageDVI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1145 for (auto &Op : Expr->expr_ops()) { in emitDebugValueComment()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2758 iterator_range<expr_op_iterator> expr_ops() const { in expr_ops() function