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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  484   bool shouldOptimizeCast(CastInst *CI);

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1568   if (shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) {
 1568   if (shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) {