Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getUNDEF

464         Ops.push_back(DAG.getUNDEF(ElementVT));
470 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1032 return DAG.getUNDEF(VT);
1071 Constants[i] = DAG.getUNDEF(EltVT);
2825 SDValue UndefVal = DAG.getUNDEF(SrcVT);
2832 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2835 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2903 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used.
2911 Src = DAG.getUNDEF(VT);
2943 Ops.push_back(DAG.getUNDEF(EltVT));
2987 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
2993 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) :
2998 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3021 setValue(&I, DAG.getUNDEF(MVT(MVT::Other)));
3032 DAG.getUNDEF(Agg.getNode()->getValueType(Agg.getResNo() + i)) :
5115 setValue(&I, DAG.getUNDEF(TLI.getPointerTy()));