Searched refs:mach_type (Results 1 – 1 of 1) sorted by relevance
3888 MachineType mach_type = type.machine_type(); in GetSafeLoadOperator() local3889 if (COMPRESS_POINTERS_BOOL && mach_type.IsTagged()) { in GetSafeLoadOperator()3892 mach_type = MachineType::Pointer(); in GetSafeLoadOperator()3896 return mcgraph()->machine()->Load(mach_type); in GetSafeLoadOperator()3898 return mcgraph()->machine()->UnalignedLoad(mach_type); in GetSafeLoadOperator()