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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  182   if (IP != BlockBegin) {
  183     --IP;
  184     for (; ScanLimit; --IP, --ScanLimit) {
  187       if (isa<DbgInfoIntrinsic>(IP))
  204       if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
  204       if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
  205           IP->getOperand(1) == RHS && !canGenerateIncompatiblePoison(&*IP))
  205           IP->getOperand(1) == RHS && !canGenerateIncompatiblePoison(&*IP))
  206         return &*IP;
  207       if (IP == BlockBegin) break;