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

References

lib/Transforms/Scalar/SROA.cpp
  626   if (ConstantInt *CI = dyn_cast<ConstantInt>(SI.getCondition()))
  627     return SI.getOperand(1 + CI->isZero());
  628   if (SI.getOperand(1) == SI.getOperand(2))
  628   if (SI.getOperand(1) == SI.getOperand(2))
  629     return SI.getOperand(1);