Home
last modified time | relevance | path

Searched defs:rootType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2989 ast::Type rootType = rootOp->getType(); in createEraseStmt() local
3000 ast::Type rootType = rootOp->getType(); in createReplaceStmt() local
3035 ast::Type rootType = rootOp->getType(); in createRewriteStmt() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp533 Type rootType = processType(c->getType()); in processConstant() local