reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
971 if (isa<LoadInst>(Inst) || isa<CmpInst>(Inst)) { 971 if (isa<LoadInst>(Inst) || isa<CmpInst>(Inst)) { 975 if (const StoreInst *SI = dyn_cast<StoreInst>(Inst)) { 982 if (isa<GetElementPtrInst>(Inst) && Inst->getNumOperands() >= 3) { 982 if (isa<GetElementPtrInst>(Inst) && Inst->getNumOperands() >= 3) { 983 if (!ValueIsOnlyUsedLocallyOrStoredToOneGlobal(Inst, GV, PHIs)) 988 if (const PHINode *PN = dyn_cast<PHINode>(Inst)) { 997 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) {