Searched refs:thenBuilder (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/SCF/ |
D | SCF.cpp | 594 function_ref<void(OpBuilder &, Location)> thenBuilder, in build() argument 596 assert(thenBuilder && "the builder callback for 'then' must be present"); in build() 604 thenBuilder(builder, result.location); in build() 615 function_ref<void(OpBuilder &, Location)> thenBuilder, in build() argument 617 build(builder, result, TypeRange(), cond, thenBuilder, elseBuilder); in build()
|
/external/llvm-project/mlir/include/mlir/Dialect/SCF/ |
D | SCFOps.td | 269 "buildTerminatedBody">:$thenBuilder, 274 "buildTerminatedBody">:$thenBuilder,
|