reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
143 if (isa<IntToPtrInst>(U) && U->getType() == IntToPtr->getType() && 143 if (isa<IntToPtrInst>(U) && U->getType() == IntToPtr->getType() && 144 (DT.dominates(cast<Instruction>(U), PN.getIncomingBlock(i)) || 145 cast<Instruction>(U)->getParent() == PN.getIncomingBlock(i))) { 146 ArgIntToPtr = U;