Searched refs:scopeBuilder (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 941 function_ref<void(OpBuilder &, Type &, Location)> scopeBuilder) { in build() argument 942 assert(scopeBuilder && "the builder callback for 'then' must be present"); in build() 950 scopeBuilder(builder, yieldTy, result.location); in build() 958 function_ref<void(OpBuilder &, Location)> scopeBuilder) { in build() argument 959 assert(scopeBuilder && "the builder callback for 'then' must be present"); in build() 964 scopeBuilder(builder, result.location); in build()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 743 … "llvm::function_ref<void(mlir::OpBuilder &, mlir::Type &, mlir::Location)>":$scopeBuilder)>, 745 OpBuilder<(ins "llvm::function_ref<void(mlir::OpBuilder &, mlir::Location)>":$scopeBuilder)>
|