Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRInterpreter.cpp246 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in ResolveConstantValue() local
249 Constant *base = dyn_cast<Constant>(*op_cursor); in ResolveConstantValue()
257 op_cursor++; in ResolveConstantValue()
259 if (op_cursor == op_end) in ResolveConstantValue()
262 SmallVector <Value *, 8> indices (op_cursor, op_end); in ResolveConstantValue()