Searched refs:mlirTypeIsAInteger (Results 1 – 5 of 5) sorted by relevance
565 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()
27 return mlirTypeIsAInteger(type) || mlirTypeIsABF16(type) || in mlirTypeIsAIntegerOrFloat()33 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAInteger;
26 MLIR_CAPI_EXPORTED bool mlirTypeIsAInteger(MlirType type);
25 bool mlirTypeIsAInteger(MlirType type) { in mlirTypeIsAInteger() function
637 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()639 if (!mlirTypeIsAInteger(si32) || !mlirIntegerTypeIsSigned(si32)) in printBuiltinTypes()641 if (!mlirTypeIsAInteger(ui32) || !mlirIntegerTypeIsUnsigned(ui32)) in printBuiltinTypes()