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.h320 OPC_MorphNodeTo0GlueOutput, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4078 case OPC_MorphNodeTo0GlueOutput: in SelectCodeCommon()
4096 else if (Opcode >= OPC_MorphNodeTo0GlueOutput && in SelectCodeCommon()
4117 else if (Opcode >= OPC_MorphNodeTo0GlueOutput && in SelectCodeCommon()
4119 NumVTs = Opcode - OPC_MorphNodeTo0GlueOutput; in SelectCodeCommon()