Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:InVT

237   EVT InVT = InOp.getValueType();
238 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
243 switch (getTypeAction(InVT)) {
627 EVT InVT = InOp.getValueType();
628 assert(InVT.isVector() && "Cannot split scalar types");
629 unsigned NumElts = InVT.getVectorNumElements();
2884 EVT InVT = InOp0.getValueType();
2903 InVT.getVectorElementType(), N->getOperand(0), Index);