Searched defs:restoreInsertionPoint (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Builders.h | 392 void restoreInsertionPoint(InsertPoint ip) { restoreInsertionPoint() function |
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | Parser.cpp | 1490 OpBuilder::InsertionGuard restoreInsertionPoint(opBuilder); parseGenericOperation() local |