Lines Matching refs:op
303 static enum tree_code op; in get_op() local
308 switch (op) { in get_op()
310 op = PLUS_EXPR; in get_op()
315 op = LROTATE_EXPR; in get_op()
326 op = BIT_XOR_EXPR; in get_op()
331 return op; in get_op()
345 enum tree_code op; in perturb_local_entropy() local
347 op = get_op(&rhs); in perturb_local_entropy()
348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
359 enum tree_code op; in __perturb_latent_entropy() local
372 op = get_op(NULL); in __perturb_latent_entropy()
373 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
435 enum tree_code op; in init_local_entropy() local
471 op = get_op(NULL); in init_local_entropy()
472 assign = create_assign(op, local_entropy, local_entropy, rand_const); in init_local_entropy()