Searched refs:wrapAllocaResultType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 157 static mlir::Type wrapAllocaResultType(mlir::Type intype) { in wrapAllocaResultType() function 178 build(builder, result, wrapAllocaResultType(inType), inType, nameAttr, {}, in build() 189 build(builder, result, wrapAllocaResultType(inType), inType, nameAttr, {}, in build() 203 build(builder, result, wrapAllocaResultType(inType), inType, nameAttr, in build() 218 build(builder, result, wrapAllocaResultType(inType), inType, nameAttr, in build() 227 build(builder, result, wrapAllocaResultType(inType), inType, {}, {}, in build() 237 build(builder, result, wrapAllocaResultType(inType), inType, {}, {}, pinned, in build() 244 return parseAllocatableOp(wrapAllocaResultType, parser, result); in parse() 1240 return wrapAllocaResultType(getType()); in resultType()
|