Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InVT

207   EVT InVT = InOp.getValueType();
208 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
213 switch (getTypeAction(InVT)) {
580 EVT InVT = InOp.getValueType();
581 assert(InVT.isVector() && "Cannot split scalar types");
582 unsigned NumElts = InVT.getVectorNumElements();
585 EVT EltVT = InVT.getScalarType();
2841 EVT InVT = InOp0.getValueType();
2860 InVT.getVectorElementType(), N->getOperand(0), Index);