Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp565 if (mlirTypeIsAInteger(elementType) && in accessBuffer()
576 } else if (mlirTypeIsAInteger(elementType) && in accessBuffer()
587 } else if (mlirTypeIsAInteger(elementType) && in accessBuffer()
598 } else if (mlirTypeIsAInteger(elementType) && in accessBuffer()
705 assert(mlirTypeIsAInteger(type) && in dunderGetItem()
H A DIRTypes.cpp27 return mlirTypeIsAInteger(type) || mlirTypeIsABF16(type) || in mlirTypeIsAIntegerOrFloat()
33 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAInteger;
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h26 MLIR_CAPI_EXPORTED bool mlirTypeIsAInteger(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp25 bool mlirTypeIsAInteger(MlirType type) { in mlirTypeIsAInteger() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c637 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()
639 if (!mlirTypeIsAInteger(si32) || !mlirIntegerTypeIsSigned(si32)) in printBuiltinTypes()
641 if (!mlirTypeIsAInteger(ui32) || !mlirIntegerTypeIsUnsigned(ui32)) in printBuiltinTypes()