reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
509 for (BasicBlock::iterator ii = bbi->begin(), ie = bbi->end(); ii != ie; 510 ++ii) { 511 switch (ii->getOpcode()) { 513 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&*ii).c_str()); 525 CallInst *call_inst = dyn_cast<CallInst>(ii); 535 PrintValue(&*ii).c_str()); 544 ICmpInst *icmp_inst = dyn_cast<ICmpInst>(ii); 555 PrintValue(&*ii).c_str()); 597 for (int oi = 0, oe = ii->getNumOperands(); oi != oe; ++oi) { 598 Value *operand = ii->getOperand(oi);