ΒΆllvm::RecTy* resolveTypes(llvm::RecTy* T1,
                          llvm::RecTy* T2)

Description

Find a common type that T1 and T2 convert to. Return 0 if no such type exists.

Declared at: llvm/include/llvm/TableGen/Record.h:275

Parameters

llvm::RecTy* T1
llvm::RecTy* T2