Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:QueryType

234   EVT QueryType;
300 QueryType = Node->getValueType(0);
303 QueryType = cast<VTSDNode>(Node->getOperand(1))->getVT();
307 QueryType = Node->getOperand(0).getValueType();
311 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {