Home
last modified time | relevance | path

Searched defs:ui32 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGen/PowerPC/
H A Dvector-compat-ternary.c96 int ui32(vector unsigned int a, vector unsigned int b) { in ui32() function
H A Dvector-compat.c86 vector unsigned int ui32(vector unsigned int a, vector unsigned int b) { in ui32() function
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-mips.c8 typedef unsigned int ui32; typedef
/llvm-project/mlir/python/mlir/extras/
H A Dtypes.py62 ui32 = lambda: ui(32) global() function
/llvm-project/mlir/test/CAPI/
H A Dir.c668 MlirType ui32 = mlirIntegerTypeUnsignedGet(ctx, 32); in printBuiltinTypes() local
2074 MlirType ui32 = mlirIntegerTypeUnsignedGet(ctx, 32); in testTypeID() local