Some questions in codegen_llvm

Hi, I have some questions in codegen_llvm.

  1. What is llvm_intrin?
    The code simply seems to declare the void. What is the purpose?

  2. There is already an IfThenElse node in stmt, but what is tvm_if_then_else?

Thank you in advance.