Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:EltVT

1124         EVT EltVT = ValueVTs[i];
1126 Constants[i] = DAG.getUNDEF(EltVT);
1127 else if (EltVT.isFloatingPoint())
1128 Constants[i] = DAG.getConstantFP(0, EltVT);
1130 Constants[i] = DAG.getConstant(0, EltVT);
1151 EVT EltVT = TLI.getValueType(VecTy->getElementType());
1154 if (EltVT.isFloatingPoint())
1155 Op = DAG.getConstantFP(0, EltVT);
1157 Op = DAG.getConstant(0, EltVT);
3039 EVT EltVT = VT.getVectorElementType();
3047 Res = DAG.getUNDEF(EltVT);
3053 EltVT, Src, DAG.getConstant(Idx, PtrVT));