reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 PointerIntPair<InstrTy *, 2, int> I; 74 if (InstrTy *II = dyn_cast<InstrTy>(V)) { 96 InstrTy *getInstruction() const { return I.getPointer(); } 97 InstrTy *operator->() const { return I.getPointer(); }