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

Declarations

include/llvm/IR/DataLayout.h
  533   Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;

References

lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  211     Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth);
lib/Transforms/InstCombine/InstCombineCompares.cpp
  402       Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount);