Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp270 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in ResolveConstantValue() local
273 Constant *base = dyn_cast<Constant>(*op_cursor); in ResolveConstantValue()
281 op_cursor++; in ResolveConstantValue()
283 if (op_cursor == op_end) in ResolveConstantValue()
286 SmallVector<Value *, 8> indices(op_cursor, op_end); in ResolveConstantValue()
471 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in CanResolveConstant() local
472 Constant *base = dyn_cast<Constant>(*op_cursor); in CanResolveConstant()