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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  469   bool shouldChangeType(unsigned FromBitWidth, unsigned ToBitWidth) const;

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 2042   if (!shouldChangeType(Ty->getScalarType()->getIntegerBitWidth(), NewBitWidth))
lib/Transforms/InstCombine/InstructionCombining.cpp
  195   return shouldChangeType(FromWidth, ToWidth);
 2628       shouldChangeType(Known.getBitWidth(), NewWidth)) {