Lines Matching defs:value
56 * Does a phi have one constant value from outside a loop and one from inside?
350 * before the loop computes the value on the first iteration, and the
351 * instruction at the bottom computes the value on the second, third, and so
478 * loop header), then the value must exist in prev_block.
519 /* Make a new phi node that selects a value from prev_block and the
565 * The contant value from the condition will select one of the other sources
568 * the header block, the value of the phi node can be "evaluated." These
673 /* Create a new phi node that selects the value for prev_block from
674 * the bcsel source that is selected by entry_val and the value for
1198 evaluate_if_condition(nir_if *nif, nir_cursor cursor, bool *value)
1202 *value = true;
1205 *value = false;