Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h313 OPC_MorphNodeTo0GlueOutput, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4018 case OPC_MorphNodeTo0GlueOutput: in SelectCodeCommon()
4036 else if (Opcode >= OPC_MorphNodeTo0GlueOutput && in SelectCodeCommon()
4057 else if (Opcode >= OPC_MorphNodeTo0GlueOutput && in SelectCodeCommon()
4059 NumVTs = Opcode - OPC_MorphNodeTo0GlueOutput; in SelectCodeCommon()