Lines Matching full:prev
492 Instruction *Prev = RI->getPrevNode();493 if (!Prev)497 if (RV != Prev)501 if (auto *BI = dyn_cast<BitCastInst>(Prev)) {503 Prev = BI->getPrevNode();504 if (!Prev || RV != Prev)509 if (auto *CI = dyn_cast<CallInst>(Prev)) {