Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1162 EVT ActionVT; in DoInstructionSelection() local
1172 ActionVT = Node->getOperand(1).getValueType(); in DoInstructionSelection()
1175 ActionVT = Node->getValueType(0); in DoInstructionSelection()
1178 if (TLI->getOperationAction(Node->getOpcode(), ActionVT) in DoInstructionSelection()