Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getUNDEF

318     return DAG.getUNDEF(ValueVT);
498 Ops.push_back(DAG.getUNDEF(ElementVT));
504 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1073 return DAG.getUNDEF(VT);
1129 Constants[i] = DAG.getUNDEF(EltVT);
2941 SDValue UndefVal = DAG.getUNDEF(SrcVT);
2948 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2951 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
3014 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used.
3022 Src = DAG.getUNDEF(VT);
3059 Res = DAG.getUNDEF(EltVT);
3099 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3105 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3110 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3134 setValue(&I, DAG.getUNDEF(MVT(MVT::Other)));
3145 DAG.getUNDEF(Agg.getNode()->getValueType(Agg.getResNo() + i)) :
5205 setValue(&I, DAG.getUNDEF(TLI->getPointerTy()));