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

References

include/llvm/CodeGen/TargetLowering.h
 2376     EVT VT = getValueType(DL, Ext->getType());
 2382         !isTruncateFree(Ext->getType(), Load->getType()))
 2387     if (isa<ZExtInst>(Ext))
 2390       assert(isa<SExtInst>(Ext) && "Unexpected ext type!");