Home | History | Annotate | Download | only in dex

Lines Matching defs:operands

426                * the Phi node has more than two operands, we will arbitrarily use the SSA
718 * the "and" of all the Phi's operands.
722 int operands = (df_attributes & DF_NULL_TRANSFER_0) ? 1 :
725 for (int i = 0; i < operands; i++) {