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

References

lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  211     Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth);
  220     bool FromLegal = MinBitWidth == 1 || DL.isLegalInteger(OrigBitWidth);
  221     bool ToLegal = MinBitWidth == 1 || DL.isLegalInteger(MinBitWidth);
  289     if (Constant *FoldedC = ConstantFoldConstant(C, DL, &TLI))