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

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

Completed in 250 milliseconds