Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp269 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in ResolveConstantValue() local
272 Constant *base = dyn_cast<Constant>(*op_cursor); in ResolveConstantValue()
280 op_cursor++; in ResolveConstantValue()
282 if (op_cursor == op_end) in ResolveConstantValue()
285 SmallVector<Value *, 8> indices(op_cursor, op_end); in ResolveConstantValue()
468 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in CanResolveConstant() local
469 Constant *base = dyn_cast<Constant>(*op_cursor); in CanResolveConstant()