Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ElemTy

1622     EVT ElemTy = VT.getVectorElementType();
1623 if (LegalTypes && TLI.getTypeAction(*DAG.getContext(), ElemTy) ==
1625 ElemTy = TLI.getTypeToTransformTo(*DAG.getContext(), ElemTy);
1626 assert((!LegalTypes || TLI.isTypeLegal(ElemTy)) &&
1628 SDValue El = DAG.getConstant(0, ElemTy);