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