Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1171 EVT ActionVT; in DoInstructionSelection() local
1181 ActionVT = Node->getOperand(1).getValueType(); in DoInstructionSelection()
1184 ActionVT = Node->getValueType(0); in DoInstructionSelection()
1187 if (TLI->getOperationAction(Node->getOpcode(), ActionVT) in DoInstructionSelection()