reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
528 if (IP != BlockBegin) { 529 --IP; 530 for (; ScanLimit; --IP, --ScanLimit) { 533 if (isa<DbgInfoIntrinsic>(IP)) 535 if (IP->getOpcode() == Instruction::GetElementPtr && 536 IP->getOperand(0) == V && IP->getOperand(1) == Idx) 536 IP->getOperand(0) == V && IP->getOperand(1) == Idx) 537 return &*IP; 538 if (IP == BlockBegin) break;