reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1498   Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) :
 1499                                 ConstantExpr::getShuffleVector(IdC, C, Mask);
 1502       Mask->containsUndefElement() &&
 1516   if (Mask->containsUndefElement() && !MightCreatePoisonOrUB)