Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:EltVT

1127         EVT EltVT = ValueVTs[i];
1129 Constants[i] = DAG.getUNDEF(EltVT);
1130 else if (EltVT.isFloatingPoint())
1131 Constants[i] = DAG.getConstantFP(0, EltVT);
1133 Constants[i] = DAG.getConstant(0, EltVT);
1154 EVT EltVT = TLI->getValueType(VecTy->getElementType());
1157 if (EltVT.isFloatingPoint())
1158 Op = DAG.getConstantFP(0, EltVT);
1160 Op = DAG.getConstant(0, EltVT);
3051 EVT EltVT = VT.getVectorElementType();
3059 Res = DAG.getUNDEF(EltVT);
3065 EltVT, Src, DAG.getConstant(Idx, IdxVT));