ΒΆllvm::RecTy* resolveTypes(llvm::RecTy* T1,
llvm::RecTy* T2)
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:281
Parameters
- llvm::RecTy* T1
- llvm::RecTy* T2