Home
last modified time | relevance | path

Searched defs:handleArgument (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h154 virtual Value handleArgument(OpBuilder &builder, Operation *call, in handleArgument() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp348 Value handleArgument(OpBuilder &builder, Operation *call, Operation *callable, in handleArgument() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp106 Value InlinerInterface::handleArgument(OpBuilder &builder, Operation *call, handleArgument() function in InlinerInterface