HomeSort by: relevance | last modified time | path
    Searched defs:is_trivial_deref_cast (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_deref.c 638 is_trivial_deref_cast(nir_deref_instr *cast) function
653 assert(is_trivial_deref_cast(cast));
737 if (!is_trivial_deref_cast(cast))
783 is_trivial_deref_cast(parent))
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_deref.c 30 is_trivial_deref_cast(nir_deref_instr *cast) function
60 if (d->deref_type == nir_deref_type_cast && is_trivial_deref_cast(d))
83 if (d->deref_type == nir_deref_type_cast && is_trivial_deref_cast(d))
857 assert(is_trivial_deref_cast(cast));
1085 if (!is_trivial_deref_cast(cast))
1141 is_trivial_deref_cast(parent))

Completed in 6 milliseconds