Searched defs:normalOps (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1321 build(OpBuilder & builder,OperationState & state,LLVMFuncOp func,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument 1331 build(OpBuilder & builder,OperationState & state,TypeRange tys,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument 1340 build(OpBuilder & builder,OperationState & state,LLVMFunctionType calleeType,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument
|