reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
539 if (UseInst->getOpcode() == Instruction::PtrToInt) 542 if (LoadInst *LI = dyn_cast<LoadInst>(UseInst)) { 549 if (StoreInst *SI = dyn_cast<StoreInst>(UseInst)) { 556 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(UseInst)) { 559 } else if (AtomicCmpXchgInst *CAS = dyn_cast<AtomicCmpXchgInst>(UseInst)) { 566 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { 574 if (UseInst->getOpcode() == Instruction::AddrSpaceCast) { 576 if (PointerMayBeCaptured(UseInst, true, true)) 586 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UseInst)) { 595 if (SelectInst *SI = dyn_cast<SelectInst>(UseInst)) { 601 if (PHINode *Phi = dyn_cast<PHINode>(UseInst)) {