Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp305 Float64Type f64Ty; member in mlir::MLIRContextImpl
353 impl->f64Ty = TypeUniquer::get<Float64Type>(this); in MLIRContext()
740 return context->getImpl().f64Ty; in get()