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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  407   Instruction *commonCastTransforms(CastInst &CI);

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  685   if (Instruction *Result = commonCastTransforms(CI))
 1095   if (Instruction *Result = commonCastTransforms(CI))
 1366   if (Instruction *I = commonCastTransforms(CI))
 1523   if (Instruction *I = commonCastTransforms(FPT))
 1680   return commonCastTransforms(CI);
 1730     return commonCastTransforms(FI);
 1735   return commonCastTransforms(FI);
 1741     return commonCastTransforms(FI);
 1746   return commonCastTransforms(FI);
 1750   return commonCastTransforms(CI);
 1754   return commonCastTransforms(CI);
 1772   if (Instruction *I = commonCastTransforms(CI))
 1800   return commonCastTransforms(CI);
 2468   return commonCastTransforms(CI);