Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp901 static void printInsertValueOp(OpAsmPrinter &p, InsertValueOp &op) { in printInsertValueOp() function
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td468 let printer = [{ printInsertValueOp(p, *this); }];