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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 2228         Elts.push_back(UndefValue::get(Int32Ty));
 2230         Elts.push_back(ConstantInt::get(Int32Ty, newMask[i]));
 2235     return new ShuffleVectorInst(newLHS, newRHS, ConstantVector::get(Elts));