Home
last modified time | relevance | path

Searched refs:convertSignature (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp258 FailureOr<Block *> convertSignature(Block *block, TypeConverter &converter,
428 ArgConverter::convertSignature(Block *block, TypeConverter &converter, in convertSignature() function in ArgConverter
1116 : argConverter.convertSignature(block, converter, mapping); in convertBlockSignature()