Searched refs:op_cursor (Results 1 – 1 of 1) sorted by relevance
246 ConstantExpr::const_op_iterator op_cursor = constant_expr->op_begin(); in ResolveConstantValue() local249 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()