Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h310 OPC_MorphNodeTo0GlueInput, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4015 case OPC_MorphNodeTo0GlueInput: in SelectCodeCommon()
4033 else if (Opcode >= OPC_MorphNodeTo0GlueInput && in SelectCodeCommon()
4054 else if (Opcode >= OPC_MorphNodeTo0GlueInput && in SelectCodeCommon()
4056 NumVTs = Opcode - OPC_MorphNodeTo0GlueInput; in SelectCodeCommon()