Home
last modified time | relevance | path

Searched refs:unsigned_types (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libclc/generic/lib/
H A Dgen_convert.py31 unsigned_types = ['uchar', 'ushort', 'uint', 'ulong'] variable
243 if dst in unsigned_types:
270 if src in unsigned_types:
277 if src in unsigned_types:
284 elif src not in unsigned_types and dst in unsigned_types: