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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1087       if (LR.first != &IE && LR.second != &IE) {
 1087       if (LR.first != &IE && LR.second != &IE) {
 1089         if (LR.second == nullptr)
 1090           LR.second = UndefValue::get(LR.first->getType());
 1090           LR.second = UndefValue::get(LR.first->getType());
 1091         return new ShuffleVectorInst(LR.first, LR.second,
 1091         return new ShuffleVectorInst(LR.first, LR.second,