Searched refs:UndefV (Results 1 – 2 of 2) sorted by relevance
1433 Constant *UndefV = UndefValue::get(VTy); in getSplat() local1434 V = ConstantExpr::getInsertElement(UndefV, V, ConstantInt::get(I32Ty, 0)); in getSplat()1438 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat()
21800 SDValue UndefV = LHS.getOperand(1); in SimplifyVBinOp() local21801 return DAG.getVectorShuffle(VT, DL, NewBinOp, UndefV, Shuf0->getMask()); in SimplifyVBinOp()