reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1075 if (!isa<Constant>(I.getOperand(1))) 1078 if (auto *Sel = dyn_cast<SelectInst>(I.getOperand(0))) { 1079 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) 1081 } else if (auto *PN = dyn_cast<PHINode>(I.getOperand(0))) { 1082 if (Instruction *NewPhi = foldOpIntoPhi(I, PN))