Searched refs:is_trivial_deref_cast (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.c638 is_trivial_deref_cast(nir_deref_instr *cast) function in typeref:typename:bool
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/
H A Dnir_deref.c30 is_trivial_deref_cast(nir_deref_instr *cast) function in typeref:typename:bool
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 4 milliseconds