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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 3014               if ((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) &&
 3014               if ((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) &&
 3015                   all_of(Ext->users(),
 3020                     Ext->getOpcode(), Ext->getType(), VecTy, i);
 3020                     Ext->getOpcode(), Ext->getType(), VecTy, i);
 3023                     Ext->getOpcode(), Ext->getType(), E->getType(), Ext);
 3023                     Ext->getOpcode(), Ext->getType(), E->getType(), Ext);
 3023                     Ext->getOpcode(), Ext->getType(), E->getType(), Ext);