Searched refs:refOperation (Results 1 – 2 of 2) sorted by relevance
573 PyInsertionPoint(PyBlock block, llvm::Optional<PyOperationRef> refOperation) in PyInsertionPoint() argument574 : refOperation(std::move(refOperation)), block(std::move(block)) {} in PyInsertionPoint()576 llvm::Optional<PyOperationRef> refOperation; variable
1060 : refOperation(beforeOperationBase.getOperation().getRef()), in PyInsertionPoint()1061 block((*refOperation)->getBlock()) {} in PyInsertionPoint()1070 if (refOperation) { in insert()1072 (*refOperation)->checkValid(); in insert()1073 beforeOp = (*refOperation)->get(); in insert()