Searched refs:PoisonV (Results 1 – 1 of 1) sorted by relevance
1492 Constant *PoisonV = PoisonValue::get(VTy); in getSplat() local1493 V = ConstantExpr::getInsertElement(PoisonV, V, ConstantInt::get(IdxTy, 0)); in getSplat()1497 return ConstantExpr::getShuffleVector(V, PoisonV, Zeros); in getSplat()