Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1553 auto ExprOpBegin = expr_ops().begin(); in isSingleLocationExpression() local
1555 if (ExprOpBegin->getOp() == dwarf::DW_OP_LLVM_arg) { in isSingleLocationExpression()
1556 if (ExprOpBegin->getArg(0) != 0) in isSingleLocationExpression()
1558 ++ExprOpBegin; in isSingleLocationExpression()
1561 return !std::any_of(ExprOpBegin, ExprOpEnd, [](auto Op) { in isSingleLocationExpression()