Home | History | Annotate | Download | only in InstCombine

Lines Matching full:phiuser

889     Instruction *PHIUser = cast<Instruction>(PN.user_back());
890 if (PHINode *PU = dyn_cast<PHINode>(PHIUser)) {
903 if (PHIUser->hasOneUse() &&
904 (isa<BinaryOperator>(PHIUser) || isa<GetElementPtrInst>(PHIUser)) &&
905 PHIUser->user_back() == &PN) {
916 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser);