Lines Matching refs:EltVT
1138 EVT EltVT = ValueVTs[i]; in getValueImpl() local
1140 Constants[i] = DAG.getUNDEF(EltVT); in getValueImpl()
1141 else if (EltVT.isFloatingPoint()) in getValueImpl()
1142 Constants[i] = DAG.getConstantFP(0, EltVT); in getValueImpl()
1144 Constants[i] = DAG.getConstant(0, EltVT); in getValueImpl()
1165 EVT EltVT = TLI->getValueType(VecTy->getElementType()); in getValueImpl() local
1168 if (EltVT.isFloatingPoint()) in getValueImpl()
1169 Op = DAG.getConstantFP(0, EltVT); in getValueImpl()
1171 Op = DAG.getConstant(0, EltVT); in getValueImpl()
3155 EVT EltVT = VT.getVectorElementType(); in visitShuffleVector() local
3163 Res = DAG.getUNDEF(EltVT); in visitShuffleVector()
3169 EltVT, Src, DAG.getConstant(Idx, IdxVT)); in visitShuffleVector()