reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 if (!Prev) 162 if (RV != Prev) 166 if (auto *BI = dyn_cast<BitCastInst>(Prev)) { 168 Prev = BI->getPrevNode(); 169 if (!Prev || RV != Prev) 169 if (!Prev || RV != Prev) 174 if (auto *CI = dyn_cast<CallInst>(Prev)) {