Searched refs:mlirTypeIsAIndex (Results 1 – 5 of 5) sorted by relevance
60 MLIR_CAPI_EXPORTED bool mlirTypeIsAIndex(MlirType type);
61 bool mlirTypeIsAIndex(MlirType type) { return unwrap(type).isa<IndexType>(); } in mlirTypeIsAIndex() function
90 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAIndex;
263 if (mlirTypeIsAIndex(type) || mlirIntegerTypeIsSignless(type)) in bindDerived()
661 if (!mlirTypeIsAIndex(index)) in printBuiltinTypes()