reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 while (!isa<PHINode>(V)) { 119 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { 120 V = ZExt->getOperand(0); 125 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { 126 V = SExt->getOperand(0); 131 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); 139 V = BinOp->getOperand(0); 164 auto *PhiDef = cast<PHINode>(V);