Lines Matching full:inval
750 Value *InVal = PN->getIncomingValue(i);751 if (isa<Constant>(InVal) && !isa<ConstantExpr>(InVal))754 if (isa<PHINode>(InVal)) return nullptr; // Itself a phi.759 // If the InVal is an invoke at the end of the pred block, then we can't761 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))