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

Declarations

lib/Transforms/Utils/SimplifyIndVar.cpp
   96     bool strengthenRightShift(BinaryOperator *BO, Value *IVOperand);

References

lib/Transforms/Utils/SimplifyIndVar.cpp
  909           (isa<ShlOperator>(BO) && strengthenRightShift(BO, IVOperand))) {