Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp60 static bool isaIntegerType(mlir::Type ty) { in isaIntegerType() function
89 if (!isaIntegerType(p.second)) { in verifyDerived()
318 if (isaIntegerType(type) || type.isa<mlir::IndexType>()) in verifyIntegralType()