Searched refs:CanUsePointeeWithCopyMemory (Results 1 – 6 of 6) sorted by relevance
184 return CanUsePointeeWithCopyMemory(*type->AsPointer()->pointee_type()); in IsInstructionSupported()187 bool TransformationAddCopyMemory::CanUsePointeeWithCopyMemory( in CanUsePointeeWithCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory196 return CanUsePointeeWithCopyMemory(*type.AsVector()->element_type()); in CanUsePointeeWithCopyMemory()198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()203 return CanUsePointeeWithCopyMemory(*element); in CanUsePointeeWithCopyMemory()
70 static bool CanUsePointeeWithCopyMemory(const opt::analysis::Type& type);